Skip to content

Commit 0f26bd5

Browse files
committed
tslib 1.24
1 parent f381af5 commit 0f26bd5

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(LIBTS_VERSION_CURRENT 10)
2222
set(LIBTS_VERSION_REVISION 5)
2323
set(LIBTS_VERSION_AGE 10)
2424

25-
set(PACKAGE_VERSION 1.23+)
25+
set(PACKAGE_VERSION 1.24)
2626
set(TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pointercal)
2727
set(TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ts.conf)
2828

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
tslib 1.24 - unreleased
1+
tslib 1.24 - released 2025-11-05
22
================================
33
This release includes libts version 0.10.5 and the following changes:
44
* improved release procedure
55
* debug fixes for 32bit systems
66
* CMake and autoconf updates for newer versions
77
* fixes for minor cppcheck errors
8+
* ts_conf test program fixes
89

910
tslib 1.23 - released 2024-02-20
1011
================================

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.24-rc1+], [[email protected]], [tslib], [http://tslib.org])
5+
AC_INIT([tslib], [1.24], [[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 "2025-11-05"
2121

2222
static struct ts_lib_version_data version_data = {
2323
PACKAGE_VERSION,

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<p>
5656
<b>Download tslib</b>
5757
<p>
58-
tslib only provides source archives. The latest release is version <b>1.23</b>
59-
including libts library version 0.10.5, released on the <b>20th of Feb 2024</b>.
58+
tslib only provides source archives. The latest release is version <b>1.24</b>
59+
including libts library version 0.10.5, released on the <b>5th of Nov 2025</b>.
6060
Get it from our <a href="https://github.com/libts/tslib/releases">release page</a>
6161
(<a href="https://gitlab.com/tslib/tslib/tags">mirror</a>).
6262

0 commit comments

Comments
 (0)