summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-07-22 19:24:40 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-07-22 19:24:40 +0000
commit8e656af0607291d6904503d40e979e702630a605 (patch)
tree873dc80f3642325ed91cb0760f55da39cd1233fa
parent4efcfb2cb384e545cf9af78ab79aa4be4fa5efb1 (diff)
downloadlibgtop-8e656af0607291d6904503d40e979e702630a605.tar.gz
2.11.3 post release version bump.
* configure.in: 2.11.3 post release version bump.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00a4a17b..9630133d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-22 Benoît Dejean <TazForEver@dlfp.org>
+
+ * configure.in: 2.11.3 post release version bump.
+
2005-07-13 Benoît Dejean <TazForEver@dlfp.org>
* NEWS: Released 2.11.2.
diff --git a/configure.in b/configure.in
index 9b4c9926..c368b4bd 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=11
-LIBGTOP_MICRO_VERSION=2
+LIBGTOP_MICRO_VERSION=3
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)