Skip to content

Commit fc4dae8

Browse files
committed
tslib 1.18-rc2
1 parent 6d3d7d3 commit fc4dae8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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-rc1+)
23+
set(PACKAGE_VERSION 1.18-rc2)
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)

configure.ac

Lines changed: 1 addition & 1 deletion
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-rc1+], [[email protected]], [tslib], [http://tslib.org])
5+
AC_INIT([tslib], [1.18-rc2], [[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

Lines changed: 1 addition & 1 deletion
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-10-24"
2121

2222
static struct ts_lib_version_data version_data = {
2323
PACKAGE_VERSION,

0 commit comments

Comments
 (0)