summaryrefslogtreecommitdiff
path: root/libprint/libprint/version.hxx.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-24 18:22:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-24 18:22:16 +0300
commit1ef4a2c88d6da323a942ef4876112a5b362ec810 (patch)
tree066c341bf0de611d7286e77e9dd7f23b1145a1cb /libprint/libprint/version.hxx.in
parentc89fc00745e8b7c3c34530bf70f6ca6e6e34018b (diff)
Release version 1.0.0+3
Adapt version.hxx.in to increasing standard version major, minor, and patch max values up to 99999
Diffstat (limited to 'libprint/libprint/version.hxx.in')
-rw-r--r--libprint/libprint/version.hxx.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/libprint/libprint/version.hxx.in b/libprint/libprint/version.hxx.in
index edff9d9..7d3c9e0 100644
--- a/libprint/libprint/version.hxx.in
+++ b/libprint/libprint/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 LIBPRINT_VERSION $libprint.version.project_number$ULL
#define LIBPRINT_VERSION_STR "$libprint.version.project$"