diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:44:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:44:22 +0200 |
commit | a24c33aa9932435f2d8f9bdce6acaabfc5e81176 (patch) | |
tree | d24eb6a188b52cb6c8f160fdf801162290374447 /butl/version | |
parent | 503f125610e796c42f4beb219f533ae0269d27c7 (diff) |
Bump version to 0.3.0-a1, master is open for business
Diffstat (limited to 'butl/version')
-rw-r--r-- | butl/version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/version b/butl/version index ef39411..fe2dde4 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 20000 -#define LIBBUTL_VERSION_STR "0.2.0" +#define LIBBUTL_VERSION 29901 +#define LIBBUTL_VERSION_STR "0.3.0-a1" #endif // LIBBUTL_VERSION |