Incremented version

This commit is contained in:
Martin 2016-05-24 16:44:56 +02:00
parent 9c094dba08
commit 4cfbec49fb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([urbackup-client], [2.0.19.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-client], [2.0.20.BUILDID], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([urbackup-server], [2.0.21.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-server], [2.0.22.BUILDID], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])