diff --git a/CMakeLists.txt b/CMakeLists.txt index bb18e67b..1d57ceda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,10 +19,10 @@ option(BUILD_SHARED_LIBS "ON: tslib is build as shared; option(ENABLE_TOOLS "build additional tools" ON) set(LIBTS_VERSION_CURRENT 10) -set(LIBTS_VERSION_REVISION 2) +set(LIBTS_VERSION_REVISION 3) set(LIBTS_VERSION_AGE 10) -set(PACKAGE_VERSION 1.20+) +set(PACKAGE_VERSION 1.21) set(TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pointercal) set(TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ts.conf) diff --git a/NEWS b/NEWS index f701c275..b7d8e5e9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -tslib 1.21 - unreleased +tslib 1.21 - released 2019-10-22 ================================ This release includes libts version 0.10.3 and the following changes: * various fixes for cmake builds diff --git a/configure.ac b/configure.ac index 888ba9e9..5b8cbe64 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.20+], [tslib@lists.infradead.org], [tslib], [http://tslib.org]) +AC_INIT([tslib], [1.21], [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 @@ -189,7 +189,7 @@ AS_IF([test "x$with_sdl2" = "xyes"], [ # increment if the interface changed LT_CURRENT=10 # increment if anything changed. set to 0 if current was incremented! -LT_REVISION=2 +LT_REVISION=3 # increment if the interface change is backwards compatible (an addition). set to 0 if not. LT_AGE=10 AC_SUBST(LT_CURRENT) diff --git a/src/ts_version.c b/src/ts_version.c index a0ef23f5..e292c776 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 "2019-10-22" static struct ts_lib_version_data version_data = { PACKAGE_VERSION, diff --git a/website/index.html b/website/index.html index 9578ee5f..15e38fad 100644 --- a/website/index.html +++ b/website/index.html @@ -49,8 +49,8 @@

Download tslib

-tslib only provides source archives. The latest release is version 1.20 -including libts library version 0.10.2, released on the 21st of May 2019. +tslib only provides source archives. The latest release is version 1.21 +including libts library version 0.10.3, released on the 22nd of October 2019. Get it from our release page (mirror).