From 0850ec82b4f5d192f3fa907120d785d57557d10f Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 1 Oct 2018 06:59:28 +0200 Subject: [PATCH] tslib 1.18-rc1 --- CMakeLists.txt | 8 ++++---- configure.ac | 8 ++++---- src/ts_version.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67b720d2..405987d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,11 +16,11 @@ project(tslib) option(BUILD_SHARED_LIBS "ON: tslib is build as shared; OFF: tslib is build as static" ON) -set(LIBTS_VERSION_CURRENT 9) -set(LIBTS_VERSION_REVISION 2) -set(LIBTS_VERSION_AGE 9) +set(LIBTS_VERSION_CURRENT 10) +set(LIBTS_VERSION_REVISION 0) +set(LIBTS_VERSION_AGE 10) -set(PACKAGE_VERSION 1.17+) +set(PACKAGE_VERSION 1.18-rc1) set(tslib_extras_dir ${CMAKE_INSTALL_PREFIX}/etc) set(TS_POINTERCAL ${tslib_extras_dir}/pointercal) set(TS_CONF ${tslib_extras_dir}/ts.conf) diff --git a/configure.ac b/configure.ac index 1e460c20..b4b0b009 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([tslib], [1.17+], [tslib@lists.infradead.org], [tslib], [http://tslib.org]) +AC_INIT([tslib], [1.18-rc1], [tslib@lists.infradead.org], [tslib], [http://tslib.org]) # AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([dist-bzip2 dist-xz subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) # use silent rules where available - automake 1.11 @@ -186,11 +186,11 @@ AS_IF([test "x$with_sdl2" = "xyes"], [ # libts Library versioning # increment if the interface changed -LT_CURRENT=9 +LT_CURRENT=10 # increment if anything changed. set to 0 if current was incremented! -LT_REVISION=2 +LT_REVISION=0 # increment if the interface change is backwards compatible (an addition). set to 0 if not. -LT_AGE=9 +LT_AGE=10 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) diff --git a/src/ts_version.c b/src/ts_version.c index a0ef23f5..de30f044 100644 --- a/src/ts_version.c +++ b/src/ts_version.c @@ -17,7 +17,7 @@ #include "config.h" #include "tslib.h" -#define LIBTS_DATESTAMP "[unreleased]" +#define LIBTS_DATESTAMP "2018-10-01" static struct ts_lib_version_data version_data = { PACKAGE_VERSION,