diff options
author | Lucas Rocha <lucasr@gnome.org> | 2006-12-18 20:48:17 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2006-12-18 20:48:17 +0000 |
commit | 46b427c813d20eb90b1eb460041bea768fe5017c (patch) | |
tree | 291bb3ba250ac6520b5667286bb3c3adc0ee5dac | |
parent | release 2.17.2 (diff) | |
download | zenity-46b427c813d20eb90b1eb460041bea768fe5017c.tar.gz zenity-46b427c813d20eb90b1eb460041bea768fe5017c.tar.bz2 zenity-46b427c813d20eb90b1eb460041bea768fe5017c.zip |
post-release version bump.
2006-12-18 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2006-12-18 Lucas Rocha <lucasr@gnome.org> + * configure.in: post-release version bump. + +2006-12-18 Lucas Rocha <lucasr@gnome.org> + * NEWS: release 2.17.2 2006-12-04 Lucas Rocha <lucasr@gnome.org> diff --git a/configure.in b/configure.in index 438a13f7..cf31b455 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.17.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.17.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) |