summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--README6
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f5d3f1dc..18fb64b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Noteworthy changes in version 1.3.0 (unreleased)
+------------------------------------------------
+
+
+
Noteworthy changes in version 1.2.0 (2004-04-15)
------------------------------------------------
diff --git a/README b/README
index 423b7de3..9eba285e 100644
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
libgcrypt - The GNU crypto library
------------------------------------
- Version 1.2.0
+ Version 1.3.x
+
+ WARNING: This is the development branch of Libgcrypt. The stable
+ version is 1.2.x.
+
Copyright 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
diff --git a/configure.ac b/configure.ac
index 15194b9d..3fb3f829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.7.6"
# but remove a "-cvs" prefix right *before* a release and append it
# soon later.
-AC_INIT(libgcrypt, 1.2.0, bug-libgcrypt@gnupg.org)
+AC_INIT(libgcrypt, 1.3.0-cvs, bug-libgcrypt@gnupg.org)
# LT Version numbers, remember to change them just *before* a release.
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)