From 5697cadaa331006b07c7492fb139cf4f0cee61b9 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Wed, 11 Jan 2017 11:43:44 -0500 Subject: [PATCH] Bump version to v0.3.0 --- Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Version.h b/Version.h index afb3e94..c01d02a 100644 --- a/Version.h +++ b/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 0,2,8,0 -#define VERSION_LINEAR 280 -#define VERSION_LINEAR_TEXT TEXT("280") -#define VERSION_TEXT TEXT("0.2.8") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 0,3,0,0 +#define VERSION_LINEAR 300 +#define VERSION_LINEAR_TEXT TEXT("300") +#define VERSION_TEXT TEXT("0.3.0") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""