diff options
author | Wayne Davison <wayned@samba.org> | 2006-02-09 03:59:17 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-02-09 03:59:17 +0000 |
commit | 2bc3835ee090c2a5e77d5fb5594705f56b6bc1a9 (patch) | |
tree | e5ae1212acc62a5c524276fb5f0e8a76ff031e45 /configure.in | |
parent | 4f417448b48b6b147117425a5bd6be5b5761e415 (diff) | |
download | rsync-2bc3835ee090c2a5e77d5fb5594705f56b6bc1a9.tar.gz rsync-2bc3835ee090c2a5e77d5fb5594705f56b6bc1a9.tar.bz2 rsync-2bc3835ee090c2a5e77d5fb5594705f56b6bc1a9.zip |
Preparing for release of 2.6.7pre1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 89b03aaf..f5ad0581 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.59) -RSYNC_VERSION=2.6.7cvs +RSYNC_VERSION=2.6.7pre1 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) |