From 593fd960891027b97567b2622ed4b6c16070ab36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 08:33:42 +0200 Subject: Implement support for pre-processing version headers (or other files) Also implement the build system version check. --- build2/version-impl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/version-impl') diff --git a/build2/version-impl b/build2/version-impl index 3df315e..b6c2a28 100644 --- a/build2/version-impl +++ b/build2/version-impl @@ -23,7 +23,7 @@ // 3.0.0-b2 02999952 // #define BUILD2_VERSION 49901 -#define BUILD2_VERSION_STR "0.5.0-a1" +#define BUILD2_VERSION_STR "0.5.0-a.1" // Generally, we expect minor versions to be source code backwards- // compatible, thought we might have a minimum version requirement. -- cgit v1.1