diff --git a/ChangeLog b/ChangeLog
index 70423f10ec84e9fe82b2af3da5601b6d51d33e6d..77e403662ccacf0c077501f1b2875e505ab1e0e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+CVS code - 
+
 nano-1.1.0 - 07/15/2001
 - General
 	- New global variables currshortcut and currslen to support using
diff --git a/configure b/configure
index f4d2ee1a21b5193d7f88f0d4447fd9b0c44bb103..63366929e5592be1c43966aab15b913543266edb 100755
--- a/configure
+++ b/configure
@@ -732,7 +732,7 @@ fi
 
 PACKAGE=nano
 
-VERSION=1.1.0
+VERSION=1.1.0-cvs
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index 1e5e4182cb8069f982b42bc5df89c231d01589f5..21670cbee17fb013e76806e7ca4ce27adfd5f431 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 # $Id$
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(nano.c)
-AM_INIT_AUTOMAKE(nano, 1.1.0)
+AM_INIT_AUTOMAKE(nano, 1.1.0-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no"