diff --git a/desktop/version.c b/desktop/version.c index 262b41fda..8ff81ead4 100644 --- a/desktop/version.c +++ b/desktop/version.c @@ -1,10 +1,5 @@ #include "utils/testament.h" -const char * const netsurf_version = "3.0 (Dev" -#if defined(CI_BUILD) - " CI #" CI_BUILD -#endif - ")" - ; +const char * const netsurf_version = "3.0 (20th April 2013)"; const int netsurf_version_major = 3; const int netsurf_version_minor = 0;