Incremented version

This commit is contained in:
Martin 2016-02-03 22:58:10 +01:00
parent 45cbc8dc67
commit db445f7258
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.1.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-client], [2.0.2.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.1.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-server], [2.0.2.BUILDID], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])