Skip to content

Commit 28de187

Browse files
committed
tslib 1.18
1 parent c30d69b commit 28de187

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(LIBTS_VERSION_CURRENT 10)
2020
set(LIBTS_VERSION_REVISION 0)
2121
set(LIBTS_VERSION_AGE 10)
2222

23-
set(PACKAGE_VERSION 1.18-rc2+)
23+
set(PACKAGE_VERSION 1.18)
2424
set(tslib_extras_dir ${CMAKE_INSTALL_PREFIX}/etc)
2525
set(TS_POINTERCAL ${tslib_extras_dir}/pointercal)
2626
set(TS_CONF ${tslib_extras_dir}/ts.conf)

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
tslib 1.18 - unreleased
2+
tslib 1.18 - released 2018-11-27
33
================================
44
This release includes libts version 0.10.0 and the following changes:
55
* support for screen-rotation in ts_calibrate and linear module

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.57)
5-
AC_INIT([tslib], [1.18-rc2+], [[email protected]], [tslib], [http://tslib.org])
5+
AC_INIT([tslib], [1.18], [[email protected]], [tslib], [http://tslib.org])
66
# AC_CONFIG_AUX_DIR(config)
77
AM_INIT_AUTOMAKE([dist-bzip2 dist-xz subdir-objects])
88
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) # use silent rules where available - automake 1.11

src/ts_version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "config.h"
1818
#include "tslib.h"
1919

20-
#define LIBTS_DATESTAMP "[unreleased]"
20+
#define LIBTS_DATESTAMP "2018-11-27"
2121

2222
static struct ts_lib_version_data version_data = {
2323
PACKAGE_VERSION,

0 commit comments

Comments
 (0)