diff options
author | Lucas Rocha <lucasr@gnome.org> | 2006-01-06 03:23:06 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2006-01-06 03:23:06 +0000 |
commit | 20fddd4219d8b89c73667ae7b1c77c27d56e3759 (patch) | |
tree | 61ed98b61c0ed3aab05ba4dff153ec6e73a680cd | |
parent | Release 2.13.4 Update. (diff) | |
download | zenity-20fddd4219d8b89c73667ae7b1c77c27d56e3759.tar.gz zenity-20fddd4219d8b89c73667ae7b1c77c27d56e3759.tar.bz2 zenity-20fddd4219d8b89c73667ae7b1c77c27d56e3759.zip |
post release version bump.
2006-01-05 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-01-05 Lucas Rocha <lucasr@gnome.org> + * configure.in: post release version bump. + +2006-01-05 Lucas Rocha <lucasr@gnome.org> + * configure.in: Release 2.13.4 * THANKS, NEWS: Update. diff --git a/configure.in b/configure.in index abaa7ccb..a865b84e 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.53) AC_INIT(src) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(zenity, 2.13.4) +AM_INIT_AUTOMAKE(zenity, 2.13.5) GNOME_DOC_INIT |