summaryrefslogtreecommitdiff
path: root/desktop/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/version.c')
-rw-r--r--desktop/version.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/version.c b/desktop/version.c
index 99929e79f..70df4cc93 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,10 +1,5 @@
#include "testament.h"
-const char * const netsurf_version = "3.2 (Dev"
-#if defined(CI_BUILD)
- " CI #" CI_BUILD
-#endif
- ")"
- ;
+const char * const netsurf_version = "3.2 (26th August 2014)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 2;