summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/version.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/desktop/version.c b/desktop/version.c
index 4a92a5bb9..85e700c8a 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,10 +1,5 @@
#include "testament.h"
-const char * const netsurf_version = "3.1 (Dev"
-#if defined(CI_BUILD)
- " CI #" CI_BUILD
-#endif
- ")"
- ;
+const char * const netsurf_version = "3.1 (25th April 2014)";
const int netsurf_version_major = 3;
-const int netsurf_version_minor = 0;
+const int netsurf_version_minor = 1;