diff options
author | Lucas Rocha <lucasr@gnome.org> | 2007-02-12 18:13:31 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2007-02-12 18:13:31 +0000 |
commit | 009539d9fe9a7a11d6357ce3da323dc9a8be37b0 (patch) | |
tree | 48c7d286edc19bf2075a36dd84bb602d746be537 | |
parent | release 2.17.91 (diff) | |
download | zenity-009539d9fe9a7a11d6357ce3da323dc9a8be37b0.tar.gz zenity-009539d9fe9a7a11d6357ce3da323dc9a8be37b0.tar.bz2 zenity-009539d9fe9a7a11d6357ce3da323dc9a8be37b0.zip |
post-release version bump.
2007-02-12 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1166
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-02-12 Lucas Rocha <lucasr@gnome.org> + * configure.in: post-release version bump. + +2007-02-12 Lucas Rocha <lucasr@gnome.org> + * NEWS: release 2.17.91 2007-01-22 Lucas Rocha <lucasr@gnome.org> diff --git a/configure.in b/configure.in index 3c549ae2..3e4d18cf 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.17.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.17.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) |