Skip to content
Snippets Groups Projects
Commit b227297ad03d authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Release v1.1.35

parent 2501607ec311
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.15) 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}) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
m4_define([MAJOR_VERSION], [1]) m4_define([MAJOR_VERSION], [1])
m4_define([MINOR_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_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([libxslt/xslt.c]) AC_CONFIG_SRCDIR([libxslt/xslt.c])
......
...@@ -23,10 +23,10 @@ ...@@ -23,10 +23,10 @@
* *
* the version string like "1.2.3" * the version string like "1.2.3"
*/ */
#define LIBXSLT_DOTTED_VERSION "1.1.34" #define LIBXSLT_DOTTED_VERSION "1.1.35"
/** /**
* LIBXSLT_VERSION: * LIBXSLT_VERSION:
* *
* the version number: 1.2.3 value is 1002003 * the version number: 1.2.3 value is 1002003
*/ */
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
/** /**
* LIBXSLT_VERSION: * LIBXSLT_VERSION:
* *
* the version number: 1.2.3 value is 1002003 * the version number: 1.2.3 value is 1002003
*/ */
#define LIBXSLT_VERSION 10134 #define LIBXSLT_VERSION 10135
/** /**
* LIBXSLT_VERSION_STRING: * LIBXSLT_VERSION_STRING:
* *
* the version number string, 1.2.3 value is "1002003" * the version number string, 1.2.3 value is "1002003"
*/ */
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
/** /**
* LIBXSLT_VERSION_STRING: * LIBXSLT_VERSION_STRING:
* *
* the version number string, 1.2.3 value is "1002003" * the version number string, 1.2.3 value is "1002003"
*/ */
#define LIBXSLT_VERSION_STRING "10134" #define LIBXSLT_VERSION_STRING "10135"
/** /**
* LIBXSLT_VERSION_EXTRA: * LIBXSLT_VERSION_EXTRA:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment