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 | 856d92195c41298c9bf79ed41b23aa5c30beb257 (patch) | |
tree | a056de70140cbeec60851e8923f7dc1daa7bcaf1 /bpkg | |
parent | a2f8d78ae80be6a1567aef398dbee0e786fe33db (diff) |
Bump version to 0.3.0
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/version b/bpkg/version index 73cde1a..9a1e80e 100644 --- a/bpkg/version +++ b/bpkg/version @@ -22,15 +22,15 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBPKG_VERSION 29901 -#define LIBBPKG_VERSION_STR "0.3.0-a1" +#define LIBBPKG_VERSION 30000 +#define LIBBPKG_VERSION_STR "0.3.0" // Generally, we expect minor versions to be source code backwards- // compatible, thought we might have a minimum version requirement. // // Note: does not apply during early development. // -#if LIBBUTL_VERSION != 29901 +#if LIBBUTL_VERSION < 30000 || LIBBUTL_VERSION > 39900 # error incompatible libbutl version #endif |