]> Dogcows Code - chaz/homebank/blobdiff - configure.ac
Merge branch 'master' into ext-perl
[chaz/homebank] / configure.ac
index 83f65098fc6c15ec96e0ddfb9dc83a35d1c31d02..798e623fd87ef94656bfa36afa343cb580b1ca7b 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.52)
-AC_INIT([homebank], [5.1.2])
+AC_INIT([homebank], [5.1.3])
 #AC_INIT([homebank], [x.x-rc])
 
 AM_CONFIG_HEADER(config.h)
@@ -35,7 +35,7 @@ PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26])
 AC_SUBST(LIBSOUP_CFLAGS)
 AC_SUBST(LIBSOUP_LIBS)
 
-# general usage flags
+# release flags
 CFLAGS="${CFLAGS} -Wall -Wmissing-prototypes"
 
 # disable deprecated warnings
This page took 0.023198 seconds and 4 git commands to generate.