Skip to content

Commit f19b468

Browse files
committed
tslib 1.23
1 parent 0a6a61e commit f19b468

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CMakeLists.txt

+1-1
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.22+)
25+
set(PACKAGE_VERSION 1.23)
2626
set(TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pointercal)
2727
set(TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ts.conf)
2828

NEWS

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

2-
tslib 1.23 - unreleased
2+
tslib 1.23 - released 2024-02-20
33
================================
4-
This release includes libts version 0.10.4 and the following changes:
5-
* some build and security fixes
4+
This release includes libts version 0.10.5 and the following changes:
65
* new filter module: `module crop`
6+
* some build and security fixes
7+
* improved release procedure
78

89
tslib 1.22 - released 2020-07-01
910
================================

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.23-rc1+], [[email protected]], [tslib], [http://tslib.org])
5+
AC_INIT([tslib], [1.23], [[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 "2024-02-20"
2121

2222
static struct ts_lib_version_data version_data = {
2323
PACKAGE_VERSION,

website/index.html

+2-2
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.22</b>
59-
including libts library version 0.10.4, released on the <b>1st of July 2020</b>.
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>.
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)