Skip to content

Commit

Permalink
tslib 1.23-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Feb 17, 2024
1 parent fa36750 commit da71f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.22+], [tslib@lists.infradead.org], [tslib], [http://tslib.org])
AC_INIT([tslib], [1.23-rc1], [tslib@lists.infradead.org], [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-17"

static struct ts_lib_version_data version_data = {
PACKAGE_VERSION,
Expand Down

0 comments on commit da71f3f

Please sign in to comment.