From 50af4e65da712ceb59f98a7feeeab2ddc3324ab9 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 16 Feb 2022 17:27:32 +0100 Subject: Release v1.1.35 --- CMakeLists.txt | 2 +- configure.ac | 2 +- libxslt/xsltwin32config.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index baa82daf..d8679fb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(libxslt1 VERSION 1.1.34 LANGUAGES C) +project(libxslt1 VERSION 1.1.35 LANGUAGES C) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/configure.ac b/configure.ac index a34f0af2..c3f946ef 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.63) m4_define([MAJOR_VERSION], [1]) m4_define([MINOR_VERSION], [1]) -m4_define([MICRO_VERSION], [34]) +m4_define([MICRO_VERSION], [35]) AC_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION]) AC_CONFIG_SRCDIR([libxslt/xslt.c]) diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index 8085bc2f..db760c5e 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,21 +23,21 @@ extern "C" { * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.34" +#define LIBXSLT_DOTTED_VERSION "1.1.35" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10134 +#define LIBXSLT_VERSION 10135 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10134" +#define LIBXSLT_VERSION_STRING "10135" /** * LIBXSLT_VERSION_EXTRA: -- cgit v1.2.1