summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
-rw-r--r--src/winver.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h
index 11ea1f70..7f13740c 100644
--- a/src/main.h
+++ b/src/main.h
@@ -58,7 +58,7 @@
#elif defined WIN32
#include "winver.h"
#elif defined __APPLE__
-#define PACKAGE_VERSION "0.1.0"
+#define PACKAGE_VERSION "0.0.29"
#endif
#ifndef PKG_DATADIR
diff --git a/src/winver.h b/src/winver.h
index abf91e9f..4996bdfb 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,6 +1,6 @@
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 1
-#define VER_RELEASE 0
+#define VER_MINOR 0
+#define VER_RELEASE 29
#define VER_BUILD 0
-#define PACKAGE_VERSION "0.1.0"
+#define PACKAGE_VERSION "0.0.29"