chiark / gitweb /
Update version number.
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 2 Feb 2013 17:08:19 +0000 (17:08 +0000)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 2 Feb 2013 17:08:19 +0000 (17:08 +0000)
configure.ac
debian/changelog
debian/rules

index cd67f05..e3171ac 100644 (file)
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AC_PREREQ([2.61])
-AC_INIT([rsbackup], [0.3.DEV], [rjk@greenend.org.uk])
+AC_INIT([rsbackup], [0.4.DEV], [rjk@greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
 AM_INIT_AUTOMAKE([1.10])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
index 898d527..23bbc4b 100644 (file)
@@ -1,8 +1,8 @@
-rsbackup (0.3.DEV) unstable; urgency=low
+rsbackup (0.4.DEV) unstable; urgency=low
 
   * This is the development branch.
 
- -- Richard Kettlewell <rjk@greenend.org.uk>  Sun, 03 Apr 2011 11:58:01 +0100
+ -- Richard Kettlewell <rjk@greenend.org.uk>  Sat, 02 Feb 2013 17:07:33 +0000
 
 rsbackup (0.1) unstable; urgency=low
 
index 8d220bb..6e1f87c 100755 (executable)
@@ -16,7 +16,7 @@
 
 INSTALL=install
 PACKAGE=rsbackup
-VERSION=0.3.DEV
+VERSION=0.4.DEV
 
 build:
        [ -e configure ] || ./autogen.sh