From 24c7e30a82a117b4a96d8e0c7b4f9afca93a7ceb Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 15 Oct 2012 12:07:40 -0700 Subject: [PATCH 1/1] Bumped version to 1.0. --- version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.h b/version.h index 4a032a2..42680d2 100644 --- a/version.h +++ b/version.h @@ -1,10 +1,10 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION_MAJOR 0 +#define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_EXTRA_STR "prototype" -#define VERSION_STR "0.0-prototype" -#define VERSION_DATE "2012-09-27" +#define VERSION_EXTRA_STR "" +#define VERSION_STR "1.0" +#define VERSION_DATE "2012-10-15" #endif -- 2.43.2