diff options
author | Lucas Rocha <lucasr@gnome.org> | 2009-01-12 23:47:18 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2009-01-12 23:47:18 +0000 |
commit | a54fc16a9b524498166b6dc38ba011c571b0b9cf (patch) | |
tree | 178e34259785de8ace166e37fa0c08d8f82da089 | |
parent | Small update in NEWS (diff) | |
download | zenity-a54fc16a9b524498166b6dc38ba011c571b0b9cf.tar.gz zenity-a54fc16a9b524498166b6dc38ba011c571b0b9cf.tar.bz2 zenity-a54fc16a9b524498166b6dc38ba011c571b0b9cf.zip |
post-release version bump.
2008-01-12 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1470
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2008-01-12 Lucas Rocha <lucasr@gnome.org> + * configure.in: post-release version bump. + +2008-01-12 Lucas Rocha <lucasr@gnome.org> + * NEWS: release 2.24.1 2009-01-09 Lucas Rocha <lucasr@gnome.org> diff --git a/configure.in b/configure.in index a77e2e19..4b4e6173 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.24.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) |