summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2005-09-20 06:23:01 +0000
committerJames Henstridge <jamesh@src.gnome.org>2005-09-20 06:23:01 +0000
commit8397c7634085ad9998a6df49dbe2f03b6a21cc30 (patch)
tree0aba21cb422831f4b533693479298868942a5243
parent54c5d985215492ebdd4f0dfe655b9a139cf49ca7 (diff)
downloadgnome-common-gnome-2-12.tar.gz
bump version to 2.12.0gnome-2-12
2005-09-20 James Henstridge <james@jamesh.id.au> * configure.in: bump version to 2.12.0 svn path=/branches/gnome-2-12/; revision=3771
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caa21e0..f7f74b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-09-20 James Henstridge <james@jamesh.id.au>
+ * configure.in: bump version to 2.12.0
+
* macros2/gnome-autogen.sh (configure_files): when searching for
configure.in files, skip directories starting with a dot. This
avoids Bzr, Quilt and Subversion bookkeeping directories among
diff --git a/configure.in b/configure.in
index 7346e2d..1f29aa8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.54)
-AC_INIT([gnome-common], [2.11.0],
+AC_INIT([gnome-common], [2.12.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common])
AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])