summaryrefslogtreecommitdiff
path: root/src/ksba.h
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2023-01-17 13:32:00 +0900
committerJinWang An <jinwang.an@samsung.com>2023-01-17 13:32:00 +0900
commitba4b676859e3d757e02f0537b5d7308feadc26d7 (patch)
treeb9ea7a5f43c7f48943c41c83b347d8796c8574e6 /src/ksba.h
parent7b1edcf8bf7ec69d323bc1bdb1619c2c6ab02030 (diff)
downloadlibksba-ba4b676859e3d757e02f0537b5d7308feadc26d7.tar.gz
libksba-ba4b676859e3d757e02f0537b5d7308feadc26d7.tar.bz2
libksba-ba4b676859e3d757e02f0537b5d7308feadc26d7.zip
Imported Upstream version 1.6.3upstream/1.6.3
Diffstat (limited to 'src/ksba.h')
-rw-r--r--src/ksba.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksba.h b/src/ksba.h
index aec5e4d..ec42a50 100644
--- a/src/ksba.h
+++ b/src/ksba.h
@@ -46,11 +46,11 @@ extern "C" {
/* The version of this header should match the one of the library. Do
* not use this symbol in your application; use assuan_check_version
* instead. */
-#define KSBA_VERSION "1.6.2"
+#define KSBA_VERSION "1.6.3"
/* The version number of this header. It may be used to handle minor
* API incompatibilities. */
-#define KSBA_VERSION_NUMBER 0x010602
+#define KSBA_VERSION_NUMBER 0x010603