Skip to content

Commit

Permalink
tslib 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Feb 20, 2024
1 parent 0a6a61e commit f19b468
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(LIBTS_VERSION_CURRENT 10)
set(LIBTS_VERSION_REVISION 5)
set(LIBTS_VERSION_AGE 10)

set(PACKAGE_VERSION 1.22+)
set(PACKAGE_VERSION 1.23)
set(TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pointercal)
set(TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ts.conf)

Expand Down
7 changes: 4 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

tslib 1.23 - unreleased
tslib 1.23 - released 2024-02-20
================================
This release includes libts version 0.10.4 and the following changes:
* some build and security fixes
This release includes libts version 0.10.5 and the following changes:
* new filter module: `module crop`
* some build and security fixes
* improved release procedure

tslib 1.22 - released 2020-07-01
================================
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.23-rc1+], [[email protected]], [tslib], [http://tslib.org])
AC_INIT([tslib], [1.23], [[email protected]], [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 "2024-02-20"

static struct ts_lib_version_data version_data = {
PACKAGE_VERSION,
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<p>
<b>Download tslib</b>
<p>
tslib only provides source archives. The latest release is version <b>1.22</b>
including libts library version 0.10.4, released on the <b>1st of July 2020</b>.
tslib only provides source archives. The latest release is version <b>1.23</b>
including libts library version 0.10.5, released on the <b>20th of Feb 2024</b>.
Get it from our <a href="https://github.com/libts/tslib/releases">release page</a>
(<a href="https://gitlab.com/tslib/tslib/tags">mirror</a>).

Expand Down

0 comments on commit f19b468

Please sign in to comment.