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
36caa64c1122
Commit
36caa64c1122
authored
22 years ago
by
Daniel Veillard
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to bump the release number, don't drink-release :-( !
Daniel
parent
33d42f80017c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.in
+2
-2
2 additions, 2 deletions
configure.in
libxslt/xsltwin32config.h
+3
-3
3 additions, 3 deletions
libxslt/xsltwin32config.h
with
5 additions
and
5 deletions
configure.in
+
2
−
2
View file @
36caa64c
...
...
@@ -6,7 +6,7 @@
dnl
LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0
LIBXSLT_MICRO_VERSION=2
0
LIBXSLT_MICRO_VERSION=2
1
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
...
...
@@ -10,7 +10,7 @@
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
LIBEXSLT_MICRO_VERSION=1
1
LIBEXSLT_MICRO_VERSION=1
2
LIBXML_REQUIRED_VERSION=2.4.23
...
...
This diff is collapsed.
Click to expand it.
libxslt/xsltwin32config.h
+
3
−
3
View file @
36caa64c
...
...
@@ -21,10 +21,10 @@
*
* the version string like "1.2.3"
*/
#define LIBXSLT_DOTTED_VERSION "1.0.2
0
"
#define LIBXSLT_DOTTED_VERSION "1.0.2
1
"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
...
...
@@ -25,13 +25,13 @@
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
#define LIBXSLT_VERSION 1002
0
#define LIBXSLT_VERSION 1002
1
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
...
...
@@ -32,10 +32,10 @@
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
#define LIBXSLT_VERSION_STRING "1002
0
"
#define LIBXSLT_VERSION_STRING "1002
1
"
/**
* WITH_XSLT_DEBUG:
...
...
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