From 7d66a7d8bd8c5e65eca9f55c727d2f86f20e49f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Dec 2015 15:00:53 +0200 Subject: Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme --- build/bootstrap.build | 2 +- butl/version | 6 +++--- version | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 7e7fbb2..3abab0e 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = libbutl -version = 0.1.0.a1 +version = 0.1.0-a1 using config using dist diff --git a/butl/version b/butl/version index 460ddac..a6ba2c5 100644 --- a/butl/version +++ b/butl/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 LIBBUTL_VERSION 9901 -#define LIBBUTL_VERSION_STR "0.1.0.a1" +#define LIBBUTL_VERSION_STR "0.1.0-a1" #endif // LIBBUTL_VERSION diff --git a/version b/version index a69aed0..74679d2 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0.a1 +0.1.0-a1 -- cgit v1.1