Skip to content

Commit

Permalink
tslib 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Nov 27, 2018
1 parent c30d69b commit 28de187
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 0)
set(LIBTS_VERSION_AGE 10)

set(PACKAGE_VERSION 1.18-rc2+)
set(PACKAGE_VERSION 1.18)
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 NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

tslib 1.18 - unreleased
tslib 1.18 - released 2018-11-27
================================
This release includes libts version 0.10.0 and the following changes:
* support for screen-rotation in ts_calibrate and linear module
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.18-rc2+], [tslib@lists.infradead.org], [tslib], [http://tslib.org])
AC_INIT([tslib], [1.18], [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 "[unreleased]"
#define LIBTS_DATESTAMP "2018-11-27"

static struct ts_lib_version_data version_data = {
PACKAGE_VERSION,
Expand Down

0 comments on commit 28de187

Please sign in to comment.