summaryrefslogtreecommitdiff
path: root/desktop/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/version.c')
-rw-r--r--desktop/version.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop/version.c b/desktop/version.c
index d24ce5108..262b41fda 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,3 +1,10 @@
-const char * const netsurf_version = "3.0 (Development)";
+#include "utils/testament.h"
+
+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;