Skip to content

Commit da71f3f

Browse files
committed
tslib 1.23-rc1
1 parent fa36750 commit da71f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

2222
static struct ts_lib_version_data version_data = {
2323
PACKAGE_VERSION,

0 commit comments

Comments
 (0)