Update some version numbers for 3.2-dev.

The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
This commit is contained in:
Chris Young 2014-04-28 18:17:55 +01:00
parent 5dd6fa6f22
commit 1822b7c163
2 changed files with 7 additions and 9 deletions

View File

@ -2,23 +2,21 @@ Short: Fast CSS capable web browser
Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
Author: NetSurf contributors (OS4 port by Chris Young)
Type: comm/www
Version: 3.1 development
Version: 3.2 development
Architecture: ppc-amigaos >= 4.0.0
This is a test build of NetSurf 3.1 for AmigaOS 4.
It is beta software, which means it is unstable and missing
features - use at your own risk!
This is provided for testing purposes only. For the latest
stable version, visit http://www.netsurf-browser.org
This is a test build of NetSurf 3.2 for AmigaOS 4.
For the latest version, visit http://www.netsurf-browser.org
Please report bugs to chris@unsatisfactorysoftware.co.uk,
on the Amigans.net forums or on the NetSurf mailing list.
See http://www.netsurf-browser.org for more information about NetSurf.
See http://www.netsurf-browser.org for more information about
NetSurf.
This software is licensed under the GPL, and the sources are
available from http://www.netsurf-browser.org. A copy can
also be obtained directly from the maintainer of this port,
chris@unsatisfactorysoftware.co.uk, in the event that the
website is unavailable.

View File

@ -27,7 +27,7 @@
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
#define NETSURF_VERSION_MINOR "2"
#define NETSURF_VERSION_MINOR "3"
#endif