Increment version

This commit is contained in:
Martin 2021-03-30 16:49:10 +02:00
parent ebe99d4a80
commit 7dcd86a994
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.4.11.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-client], [2.4.12.BUILDID], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM

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.4.13.0], [martin@urbackup.org])
AC_INIT([urbackup-server], [2.4.14.0], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])