summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/version.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/version.c b/desktop/version.c
index 8ff81ead4..262b41fda 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,5 +1,10 @@
#include "utils/testament.h"
-const char * const netsurf_version = "3.0 (20th April 2013)";
+const char * const netsurf_version = "3.0 (Dev"
+#if defined(CI_BUILD)
+ " CI #" CI_BUILD
+#endif
+ ")"
+ ;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 0;