summaryrefslogtreecommitdiff
path: root/include/xmlsec/version.h
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-07-27 15:33:38 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-07-27 15:39:05 +0900
commitd4d35351fd63a7051a7cbef2002cb0c641925ec3 (patch)
treed390d823f40a886547b932f9bd9239fe81ef6056 /include/xmlsec/version.h
parentcaccc67c33486a1d1b29f227071851961b29a722 (diff)
downloadxmlsec1-upstream.tar.gz
xmlsec1-upstream.tar.bz2
xmlsec1-upstream.zip
Imported Upstream version 1.2.22upstream/1.2.22upstream
Change-Id: I4d17734839f021e46aef7a30483ac17e8c85fb1d Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Diffstat (limited to 'include/xmlsec/version.h')
-rw-r--r--include/xmlsec/version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index f94a6c53..b7178dbf 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2016 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved.
*/
#ifndef __XMLSEC_VERSION_H__
#define __XMLSEC_VERSION_H__
@@ -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.19"
+#define XMLSEC_VERSION "1.2.22"
/**
* XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 19
+#define XMLSEC_VERSION_SUBMINOR 22
/**
* 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:19:2"
+#define XMLSEC_VERSION_INFO "3:22:2"
#ifdef __cplusplus