diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
commit | 12ffce08266a6c91c83faac02fb85a858b9854b9 (patch) | |
tree | 1c367c18b5c71119a578bb9dae3d1f533f132547 /bpkg/version | |
parent | d7cd3997e95ea3d226eeec3a1204d04d4c0cbfca (diff) |
Bump version to 0.2.0 final
Diffstat (limited to 'bpkg/version')
-rw-r--r-- | bpkg/version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/version b/bpkg/version index 6b2e119..7571b93 100644 --- a/bpkg/version +++ b/bpkg/version @@ -22,15 +22,15 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBPKG_VERSION 10000 -#define LIBBPKG_VERSION_STR "0.1.0" +#define LIBBPKG_VERSION 20000 +#define LIBBPKG_VERSION_STR "0.2.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 != 10000 +#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900 # error incompatible libbutl version #endif |