summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel G. Siegel <dgsiegel@src.gnome.org>2008-11-24 23:09:21 +0000
committerDaniel G. Siegel <dgsiegel@src.gnome.org>2008-11-24 23:09:21 +0000
commitb0ca1ba0872bbd842b79362ca1c47da2b63388d5 (patch)
treea9350a61e0f0842357e009a45b71704760931cab
parent0940689edf80906d61912a6ff82796ad88f65c51 (diff)
downloadcheese-b0ca1ba0872bbd842b79362ca1c47da2b63388d5.tar.gz
post release version bump
svn path=/branches/gnome-2-24/; revision=1149
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--wscript2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 221a0077..98b33062 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-11-25 daniel g. siegel <dgsiegel@gmail.com>
+ * configure.ac,
+ wscript:
+ post release version bump
+
+2008-11-25 daniel g. siegel <dgsiegel@gmail.com>
+
* NEWS:
update NEWS file
diff --git a/configure.ac b/configure.ac
index 2f9b91a5..d6010a98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(cheese, 2.24.2)
+AC_INIT(cheese, 2.24.3)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(cheese-config.h)
diff --git a/wscript b/wscript
index c3c0f6df..c8de9774 100644
--- a/wscript
+++ b/wscript
@@ -15,7 +15,7 @@ import os, sys
import Common, Params, gnome, intltool, misc
# the following two variables are used by the target "waf dist"
-VERSION='2.24.2'
+VERSION='2.24.3'
APPNAME='cheese'
# these variables are mandatory ('/' are converted automatically)