From 9863b40b7d3df92f1a6b975b372586fbc0c6b404 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jan 2016 10:31:19 +0200 Subject: Prepare version header for automatic management by etc/version script --- bpkg/version | 7 ++----- 1 file 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 -- cgit v1.1