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.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
deleted file mode 100644
index b7178dbf..00000000
--- a/include/xmlsec/version.h
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * 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-2016 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved.
- */
-#ifndef __XMLSEC_VERSION_H__
-#define __XMLSEC_VERSION_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-/**
- * XMLSEC_VERSION:
- *
- * The library version string in the format
- * "<major-number>.<minor-number>.<sub-minor-number>".
- */
-#define XMLSEC_VERSION "1.2.22"
-
-/**
- * XMLSEC_VERSION_MAJOR:
- *
- * The library major version number.
- */
-#define XMLSEC_VERSION_MAJOR 1
-
-/**
- * XMLSEC_VERSION_MINOR:
- *
- * The library minor version number.
- */
-#define XMLSEC_VERSION_MINOR 2
-
-/**
- * XMLSEC_VERSION_SUBMINOR:
- *
- * The library sub-minor version number.
- */
-#define XMLSEC_VERSION_SUBMINOR 22
-
-/**
- * XMLSEC_VERSION_INFO:
- *
- * The library version info string in the format
- * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
- */
-#define XMLSEC_VERSION_INFO "3:22:2"
-
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* __XMLSEC_VERSION_H__ */
-