diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/version.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/version.hxx.in b/libbuild2/version.hxx.in index d221d03..a9db847 100644 --- a/libbuild2/version.hxx.in +++ b/libbuild2/version.hxx.in @@ -28,6 +28,7 @@ #define LIBBUILD2_VERSION $build2.version.project_number$ULL #define LIBBUILD2_VERSION_STR "$build2.version.project$" #define LIBBUILD2_VERSION_ID "$build2.version.project_id$" +#define LIBBUILD2_VERSION_FULL "$build2.version$" #define LIBBUILD2_VERSION_MAJOR $build2.version.major$ #define LIBBUILD2_VERSION_MINOR $build2.version.minor$ |