diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-09 11:55:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-09 11:55:50 +0200 |
commit | 54d64e7ca405e06d2328e6207bb4752e20577e50 (patch) | |
tree | 8245f54829978782eb520a27b4b69e6150b3b13a | |
parent | 8858b357959a39d11eb951af075fe13f80fec8a0 (diff) |
Bump version to 1.1.0-a5
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 2 | ||||
-rw-r--r-- | version | 2 | ||||
-rw-r--r-- | xml/version | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 90ff9ac..479f1c1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -6,7 +6,7 @@ project = libstudxml using build@0.4.0 -version = 1.1.0-a4 +version = 1.1.0-a5 abi_major = 1 abi_minor = 1 @@ -1,6 +1,6 @@ : 1 name: libstudxml -version: 1.1.0-a4 +version: 1.1.0-a5 summary: Streaming XML pull parser/serializer for modern C++ license: MIT tags: c++, xml, parser, serializer, streaming, pull, conforming @@ -1 +1 @@ -1.1.0-a4 +1.1.0-a5 diff --git a/xml/version b/xml/version index e4362cc..524a560 100644 --- a/xml/version +++ b/xml/version @@ -21,7 +21,7 @@ // 3.0.0-b2 02999952 // -#define LIBSTUDXML_VERSION 1009904 -#define LIBSTUDXML_VERSION_STR "1.1.0-a4" +#define LIBSTUDXML_VERSION 1009905 +#define LIBSTUDXML_VERSION_STR "1.1.0-a5" #endif // LIBSTUDXML_VERSION |