Browse Source

Post release.

Marcus Brinkmann 15 years ago
parent
commit
933672090a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -46,8 +46,8 @@ min_automake_version="1.9.3"
 # so that a proper revision number for all files is available when
 # so that a proper revision number for all files is available when
 # running a "make distcheck".
 # running a "make distcheck".
 
 
-m4_define([my_version], [1.4.0])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.5.0])
+m4_define([my_issvn], [yes])
 
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))