Update version for 3.3 release

This commit is contained in:
Vincent Sanders 2015-03-10 14:37:37 +00:00
parent 0d59fe834f
commit f06353959f
1 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2014 Vincent Sanders <vince@netsurf-browser.org>
* Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@ -20,11 +20,6 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.3 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.3 (10th March 2015)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 3;