diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
commit | 5a5b32d0142ab979da6bdfaf7f888cab6da4d1d4 (patch) | |
tree | 5f39d3233e0c179cd2391565a3c210d81308e6ff | |
parent | 7144cf3d2f25d546fd00df4fd1ddcda3f18e2c95 (diff) |
Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme
-rw-r--r-- | bpkg/version | 6 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/version b/bpkg/version index 9a28fae..cccdc7d 100644 --- a/bpkg/version +++ b/bpkg/version @@ -17,12 +17,12 @@ // 2.0.0 02000000 // 2.1.0 02010000 // 2.1.1 02010100 -// 2.2.0.a1 02019901 -// 3.0.0.b2 02999952 +// 2.2.0-a1 02019901 +// 3.0.0-b2 02999952 // // AABBCCDD #define LIBBPKG_VERSION 9901 -#define LIBBPKG_VERSION_STR "0.1.0.a1" +#define LIBBPKG_VERSION_STR "0.1.0-a1" #endif // LIBBPKG_VERSION diff --git a/build/bootstrap.build b/build/bootstrap.build index 4cf7541..3d6920e 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.1.0.a1 +version = 0.1.0-a1 using config using dist @@ -1 +1 @@ -0.1.0.a1 +0.1.0-a1 |