diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-24 18:24:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-24 18:24:57 +0300 |
commit | 3543ca0b4e40c97f76bad19a7fc71fa8d147c2cb (patch) | |
tree | 1785c1fd7bba3434d1b0015dd462e3fb4ea1d12b | |
parent | c3f2b4ede1d4ecb9ccb4a8a476c09a08692b9642 (diff) |
Release version 1.1.0+3
Adapt version.hxx.in to increasing standard version major, minor, and patch max values up to 99999
-rw-r--r-- | libhello/libhello/version.hxx.in | 28 | ||||
-rw-r--r-- | libhello/manifest | 2 |
2 files changed, 15 insertions, 15 deletions
diff --git a/libhello/libhello/version.hxx.in b/libhello/libhello/version.hxx.in index b94c05a..bd5c13f 100644 --- a/libhello/libhello/version.hxx.in +++ b/libhello/libhello/version.hxx.in @@ -1,23 +1,23 @@ #pragma once -// The numeric version format is AAABBBCCCDDDE where: +// The numeric version format is AAAAABBBBBCCCCCDDDE where: // -// AAA - major version number -// BBB - minor version number -// CCC - bugfix version number -// DDD - alpha / beta (DDD + 500) version number -// E - final (0) / snapshot (1) +// AAAAA - major version number +// BBBBB - minor version number +// CCCCC - bugfix version number +// DDD - alpha / beta (DDD + 500) version number +// E - final (0) / snapshot (1) // -// When DDDE is not 0, 1 is subtracted from AAABBBCCC. For example: +// When DDDE is not 0, 1 is subtracted from AAAAABBBBBCCCCC. For example: // -// Version AAABBBCCCDDDE +// Version AAAAABBBBBCCCCCDDDE // -// 0.1.0 0000010000000 -// 0.1.2 0000010010000 -// 1.2.3 0010020030000 -// 2.2.0-a.1 0020019990010 -// 3.0.0-b.2 0029999995020 -// 2.2.0-a.1.z 0020019990011 +// 0.1.0 0000000001000000000 +// 0.1.2 0000000001000020000 +// 1.2.3 0000100002000030000 +// 2.2.0-a.1 0000200001999990010 +// 3.0.0-b.2 0000299999999995020 +// 2.2.0-a.1.z 0000200001999990011 // #define LIBHELLO_VERSION $libhello.version.project_number$ULL #define LIBHELLO_VERSION_STR "$libhello.version.project$" diff --git a/libhello/manifest b/libhello/manifest index 4227527..0452672 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.1.0+2 +version: 1.1.0+3 project: hello summary: The "Hello World" example library license: MIT |