diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
commit | b81ec7d88716e727fec5248c55d4c7ac9707d2fe (patch) | |
tree | 68e3ed1d3a3e616f44281e2880472cf8964385c3 /butl | |
parent | cac1d0da1fb3226d65892e5e38c707ee8a8d244a (diff) |
Bump version to 0.4.0 (final)
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 e044d33..c1ec126 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 39901 -#define LIBBUTL_VERSION_STR "0.4.0-a1" +#define LIBBUTL_VERSION 40000 +#define LIBBUTL_VERSION_STR "0.4.0" #endif // LIBBUTL_VERSION |