summaryrefslogtreecommitdiff
path: root/include/xmlsec/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/version.h')
-rw-r--r--include/xmlsec/version.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index 1874ee0e..48c9b47b 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -1,19 +1,19 @@
-/**
+/**
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Version information
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
- *
+ *
* Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_VERSION_H__
-#define __XMLSEC_VERSION_H__
+#define __XMLSEC_VERSION_H__
#ifdef __cplusplus
extern "C" {
-#endif /* __cplusplus */
+#endif /* __cplusplus */
/**
* XMLSEC_VERSION:
@@ -21,7 +21,7 @@ extern "C" {
* The library version string in the format
* "<major-number>.<minor-number>.<sub-minor-number>".
*/
-#define XMLSEC_VERSION "1.2.18"
+#define XMLSEC_VERSION "1.2.14"
/**
* XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 18
+#define XMLSEC_VERSION_SUBMINOR 14
/**
* XMLSEC_VERSION_INFO:
@@ -50,7 +50,7 @@ extern "C" {
* The library version info string in the format
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
*/
-#define XMLSEC_VERSION_INFO "3:18:2"
+#define XMLSEC_VERSION_INFO "3:14:2"
#ifdef __cplusplus