diff options
Diffstat (limited to 'buildinfo.h')
-rw-r--r-- | buildinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildinfo.h b/buildinfo.h index 3b5964d..2d91704 100644 --- a/buildinfo.h +++ b/buildinfo.h @@ -4,7 +4,7 @@ #include <stdio.h> #include <stdlib.h> -#define BUILD_VERSION "0.1.9" +#define BUILD_VERSION "0.2.0" #define BUILD_DATE (__DATE__) void print_build_info(); |