瀏覽代碼

Post-release cleanup.

Marcus Brinkmann 18 年之前
父節點
當前提交
04b6e2d05d
共有 2 個文件被更改,包括 6 次插入2 次删除
  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)
 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
 # for snapshot releases please do an "svn up" right before recreating
 # the configure script, so that a proper revision number for all files
 # the configure script, so that a proper revision number for all files
 # is available when running a "make distcheck".
 # 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(
 AC_INIT([scute], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
                [$Revision: 1179 $],[Ra-z $:])]),
                [$Revision: 1179 $],[Ra-z $:])]),
                [marcus@g10code.com])
                [marcus@g10code.com])