diff options
Diffstat (limited to 'bpkg/version')
-rw-r--r-- | bpkg/version | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bpkg/version b/bpkg/version index 95f57c2..6ced4fc 100644 --- a/bpkg/version +++ b/bpkg/version @@ -22,8 +22,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -// AABBCCDD -#define LIBBPKG_VERSION 10000 +#define LIBBPKG_VERSION 10000 #define LIBBPKG_VERSION_STR "0.1.0" // Generally, we expect minor versions to be source code backwards- @@ -31,9 +30,7 @@ // // Note: does not apply during early development. // -// AABBCCDD -#if (LIBBUTL_VERSION < 10000 || \ - LIBBUTL_VERSION > 10000) +#if LIBBUTL_VERSION != 10000 # error incompatible libbutl version #endif |