# HG changeset patch
# User Santeri Piippo <crimsondusk64@gmail.com>
# Date 1369250360 -10800
# Node ID fc090d0491a0f8a0091a6f374d37fc73ba23e12d
# Parent  a7c72c84763424f7f07df6ea7246435618905a38
Tag version 0.1 alpha (for real this time)

diff -r a7c72c847634 -r fc090d0491a0 src/common.h
--- a/src/common.h	Wed May 22 22:12:18 2013 +0300
+++ b/src/common.h	Wed May 22 22:19:20 2013 +0300
@@ -35,9 +35,9 @@
 
 #define APPNAME "LDForge"
 #define VERSION_MAJOR 0
-#define VERSION_MINOR 0
-#define VERSION_PATCH 999
-#define BUILD_ID BUILD_INTERNAL
+#define VERSION_MINOR 1
+#define VERSION_PATCH 0
+#define BUILD_ID BUILD_ALPHA
 
 // =============================================
 #if (BUILD_ID != BUILD_INTERNAL)