From: robertl Date: Fri, 7 Aug 2009 00:30:15 +0000 (+0000) Subject: Bump version #. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~179 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d550ec628ec398a1d09f1c43d9a775e192f1836;p=gpsbabel.git Bump version #. --- diff --git a/configure b/configure index d71d19f8b..4e1a8f62e 100755 --- a/configure +++ b/configure @@ -1745,7 +1745,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Increase GBBUILD for a new release GBBUILD=20 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20090708" +PACKAGE_RELEASE="-beta20090806" cat >>confdefs.h <<_ACEOF #define PACKAGE_RELEASE "$PACKAGE_RELEASE" diff --git a/configure.in b/configure.in index 6459e454b..61f436ed4 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(GPSBabel, 1.3.7, BUG-REPORT-ADDRESS) # Increase GBBUILD for a new release GBBUILD=20 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20090708" +PACKAGE_RELEASE="-beta20090806" AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) diff --git a/gbversion.h b/gbversion.h index a53279c15..ac3cdeb91 100644 --- a/gbversion.h +++ b/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.3.7-beta20090708" +#define VERSION "1.3.7-beta20090806" #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development"