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 | 968d713dc929b0ab86738846e0f38399c3af2b3f (patch) | |
tree | 7c94b9e63b217c8f3ebcfb10b1893afe5cc755e1 | |
parent | 74bbd943c042478ac550ba7bf6fec0a14ae14bcf (diff) |
Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme
-rw-r--r-- | bpkg/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/bpkg-version b/bpkg/bpkg-version index ea53ba4..a4be00b 100644 --- a/bpkg/bpkg-version +++ b/bpkg/bpkg-version @@ -20,8 +20,8 @@ // 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 // // Generally, we expect minor versions to be source code backwards- @@ -35,7 +35,7 @@ // AABBCCDD #define BPKG_VERSION 9901 -#define BPKG_VERSION_STR "0.1.0.a1" +#define BPKG_VERSION_STR "0.1.0-a1" // User agent. // diff --git a/build/bootstrap.build b/build/bootstrap.build index 3402694..56f9953 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = bpkg -version = 0.1.0.a1 +version = 0.1.0-a1 using config using dist @@ -1 +1 @@ -0.1.0.a1 +0.1.0-a1 |