summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2010-10-04 16:03:33 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2010-10-04 16:14:15 -0400
commita27c2c28dc4a16a6ac69742d66ac7d7bc8328021 (patch)
tree426a2292be59ca067c4c694ff033df9f68664c91
parent84c87841b94649fbc72239cc82a2d622c508ac0c (diff)
downloadgjs-GJS_0_7_4.tar.gz
Bump version to 0.7.3GJS_0_7_4
Also switch to building a dist tarball in bzip2 format.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8fdcba53..799ac11f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([gjs], [0.7.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gjs])
-AM_INIT_AUTOMAKE
+AC_INIT([gjs], [0.7.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gjs])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([gjs/console.c])
AC_CONFIG_HEADER([config.h])