diff options
author | Wayne Davison <wayned@samba.org> | 2014-09-06 10:52:49 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2014-09-06 11:00:52 -0700 |
commit | 743f5a30d528f75e844280bfefab10be5fb32796 (patch) | |
tree | cfa2f55fb7619236b222c688d0622a9f612f543c /configure.ac | |
parent | a955e93316e81bdb5a48a059ec4ce4e592dc6682 (diff) | |
download | rsync-743f5a30d528f75e844280bfefab10be5fb32796.tar.gz rsync-743f5a30d528f75e844280bfefab10be5fb32796.tar.bz2 rsync-743f5a30d528f75e844280bfefab10be5fb32796.zip |
Prepare the repository for more development.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf588ce8..70381f70 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.60) -RSYNC_VERSION=3.1.1 +RSYNC_VERSION=3.1.2dev AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) |