# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1645028852 -3600 # Wed Feb 16 17:27:32 2022 +0100 # Node ID b227297ad03d8bd64863cda046dbac08648fbc5a # Parent 2501607ec31162f5dbdd297408bad6378f6e2fcc Release v1.1.35 diff --git a/CMakeLists.txt b/CMakeLists.txt --- 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 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ 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 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,21 +23,21 @@ * * 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: