summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-29 09:26:44 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-29 09:26:44 +0000
commit74793cc79b54a4e472ae1691a8269fda043552a7 (patch)
treeb1c5896d343e8b98848a7f6f4e50e4cd346a3e54 /configure.in
parentMore updates for suggestions from Kevin. (diff)
downloadzenity-74793cc79b54a4e472ae1691a8269fda043552a7.tar.gz
zenity-74793cc79b54a4e472ae1691a8269fda043552a7.tar.bz2
zenity-74793cc79b54a4e472ae1691a8269fda043552a7.zip
release 1.3 Updated for new release
2003-05-29 Glynn Foster <glynn.foster@sun.com> * configure.in: release 1.3 * NEWS: Updated for new release
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0ebee6ab..57d97740 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, 1.2)
+AM_INIT_AUTOMAKE(zenity, 1.3)
AM_MAINTAINER_MODE
bgstack15