Skip to content

Commit

Permalink
tslib 1.19+
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Jan 24, 2019
1 parent e60153f commit 28569fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(LIBTS_VERSION_CURRENT 10)
set(LIBTS_VERSION_REVISION 1)
set(LIBTS_VERSION_AGE 10)

set(PACKAGE_VERSION 1.19)
set(PACKAGE_VERSION 1.19+)
set(tslib_extras_dir ${CMAKE_INSTALL_PREFIX}/etc)
set(TS_POINTERCAL ${tslib_extras_dir}/pointercal)
set(TS_CONF ${tslib_extras_dir}/ts.conf)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([tslib], [1.19], [tslib@lists.infradead.org], [tslib], [http://tslib.org])
AC_INIT([tslib], [1.19+], [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
Expand Down
2 changes: 1 addition & 1 deletion src/ts_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "config.h"
#include "tslib.h"

#define LIBTS_DATESTAMP "2019-01-24"
#define LIBTS_DATESTAMP "[unreleased]"

static struct ts_lib_version_data version_data = {
PACKAGE_VERSION,
Expand Down

0 comments on commit 28569fc

Please sign in to comment.