Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
b227297ad03d
Commit
b227297ad03d
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Release v1.1.35
parent
2501607ec311
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
libxslt/xsltwin32config.h
+3
-3
3 additions, 3 deletions
libxslt/xsltwin32config.h
with
5 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
b227297a
cmake_minimum_required
(
VERSION 3.15
)
cmake_minimum_required
(
VERSION 3.15
)
project
(
libxslt1 VERSION 1.1.3
4
LANGUAGES C
)
project
(
libxslt1 VERSION 1.1.3
5
LANGUAGES C
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
)
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
b227297a
...
@@ -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], [3
4
])
m4_define([MICRO_VERSION], [3
5
])
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])
...
...
This diff is collapsed.
Click to expand it.
libxslt/xsltwin32config.h
+
3
−
3
View file @
b227297a
...
@@ -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.3
4
"
#define LIBXSLT_DOTTED_VERSION "1.1.3
5
"
/**
/**
* 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 1013
4
#define LIBXSLT_VERSION 1013
5
/**
/**
* 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 "1013
4
"
#define LIBXSLT_VERSION_STRING "1013
5
"
/**
/**
* LIBXSLT_VERSION_EXTRA:
* LIBXSLT_VERSION_EXTRA:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment