Browse Source

Post-release cleanup.

Marcus Brinkmann 18 years ago
parent
commit
04b6e2d05d
2 changed files with 6 additions and 2 deletions
  1. 4 0
      NEWS
  2. 2 2
      configure.ac

+ 4 - 0
NEWS

@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.2.0 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.1.0 (2007-05-03)
 ------------------------------------------------
 

+ 2 - 2
configure.ac

@@ -46,8 +46,8 @@ min_automake_version="1.9.3"
 # for snapshot releases please do an "svn up" right before recreating
 # the configure script, so that a proper revision number for all files
 # is available when running a "make distcheck".
-m4_define(my_version, [1.1.0])
-#m4_define(my_iscvs, yes)
+m4_define(my_version, [1.2.0])
+m4_define(my_iscvs, yes)
 AC_INIT([scute], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
                [$Revision: 1179 $],[Ra-z $:])]),
                [marcus@g10code.com])