diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 09:11:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 09:11:15 +0200 |
commit | 7513c4f9ad34239baa79df07e9620e9db8247884 (patch) | |
tree | 6465ad84483d8253edbb8e2072ab4c8b1842af1b /butl | |
parent | 644ceca6f9e9227342bf10cd22c6bdf79ae10f86 (diff) |
Bump version to 0.3.0
Diffstat (limited to 'butl')
-rw-r--r-- | butl/version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/version b/butl/version index fe2dde4..24ba945 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 29901 -#define LIBBUTL_VERSION_STR "0.3.0-a1" +#define LIBBUTL_VERSION 30000 +#define LIBBUTL_VERSION_STR "0.3.0" #endif // LIBBUTL_VERSION |