[xmltooling] 02/02: Bump version.
Etienne Dysli Metref
edm-guest at moszumanska.debian.org
Fri Jan 12 15:55:42 UTC 2018
This is an automated email from the git hooks/post-receive script.
edm-guest pushed a commit to branch maint-1.6
in repository xmltooling.
commit 1b85f9281144a6e2b89745e500e640256a28f23b
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Thu Jan 11 11:14:56 2018 -0500
Bump version.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
xmltooling/version.h | 2 +-
xmltooling/xmltooling.rc | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 9d5445f..bdabf67 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -117,13 +117,13 @@
#define PACKAGE_NAME "xmltooling"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.6.2"
+#define PACKAGE_STRING "xmltooling 1.6.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmltooling"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.6.2"
+#define PACKAGE_VERSION "1.6.3"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -136,7 +136,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "1.6.1"
+#define VERSION "1.6.3"
/* Define if you wish to disable XML-Security-dependent features. */
/* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index 814893f..cdad767 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoreconf
AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.6.2],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.6.3],[https://issues.shibboleth.net/],[xmltooling])
AC_CONFIG_SRCDIR(xmltooling)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/xmltooling/version.h b/xmltooling/version.h
index bd13144..2a9ebff 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -44,7 +44,7 @@
#define XMLTOOLING_VERSION_MAJOR 1
#define XMLTOOLING_VERSION_MINOR 6
-#define XMLTOOLING_VERSION_REVISION 2
+#define XMLTOOLING_VERSION_REVISION 3
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 8c09cb7..bd79037 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,2,0
+ FILEVERSION 1,6,3,0
PRODUCTVERSION 2,6,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "1, 6, 2, 0\0"
+ VALUE "FileVersion", "1, 6, 3, 0\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite1_6D\0"
@@ -65,7 +65,7 @@ BEGIN
VALUE "InternalName", "xmltooling1_6\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
+ VALUE "LegalCopyright", "Copyright � 2018 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list