summaryrefslogtreecommitdiff
path: root/desktop/version.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-25 16:59:57 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-25 16:59:57 +0100
commitc0ac05d39c10ff39c8f4874bdbbe192dca07e910 (patch)
tree9146fbcc05e582a74dad8bea28caf191cb881800 /desktop/version.c
parentf28fc945cc33300c00dddacaa3e4dd3ce50c526f (diff)
downloadnetsurf-c0ac05d39c10ff39c8f4874bdbbe192dca07e910.tar.gz
netsurf-c0ac05d39c10ff39c8f4874bdbbe192dca07e910.tar.bz2
update version info for next development cycle
Diffstat (limited to 'desktop/version.c')
-rw-r--r--desktop/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/version.c b/desktop/version.c
index 4a92a5bb9..99929e79f 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,10 +1,10 @@
#include "testament.h"
-const char * const netsurf_version = "3.1 (Dev"
+const char * const netsurf_version = "3.2 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
-const int netsurf_version_minor = 0;
+const int netsurf_version_minor = 2;