mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-05 02:24:23 +03:00
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:
parent
5dd6fa6f22
commit
1822b7c163
14
amiga/dist/netsurf.readme
vendored
14
amiga/dist/netsurf.readme
vendored
@ -2,23 +2,21 @@ Short: Fast CSS capable web browser
|
|||||||
Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
|
Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
|
||||||
Author: NetSurf contributors (OS4 port by Chris Young)
|
Author: NetSurf contributors (OS4 port by Chris Young)
|
||||||
Type: comm/www
|
Type: comm/www
|
||||||
Version: 3.1 development
|
Version: 3.2 development
|
||||||
Architecture: ppc-amigaos >= 4.0.0
|
Architecture: ppc-amigaos >= 4.0.0
|
||||||
|
|
||||||
This is a test build of NetSurf 3.1 for AmigaOS 4.
|
This is a test build of NetSurf 3.2 for AmigaOS 4.
|
||||||
It is beta software, which means it is unstable and missing
|
For the latest version, visit http://www.netsurf-browser.org
|
||||||
features - use at your own risk!
|
|
||||||
|
|
||||||
This is provided for testing purposes only. For the latest
|
|
||||||
stable version, visit http://www.netsurf-browser.org
|
|
||||||
|
|
||||||
Please report bugs to chris@unsatisfactorysoftware.co.uk,
|
Please report bugs to chris@unsatisfactorysoftware.co.uk,
|
||||||
on the Amigans.net forums or on the NetSurf mailing list.
|
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
|
This software is licensed under the GPL, and the sources are
|
||||||
available from http://www.netsurf-browser.org. A copy can
|
available from http://www.netsurf-browser.org. A copy can
|
||||||
also be obtained directly from the maintainer of this port,
|
also be obtained directly from the maintainer of this port,
|
||||||
chris@unsatisfactorysoftware.co.uk, in the event that the
|
chris@unsatisfactorysoftware.co.uk, in the event that the
|
||||||
website is unavailable.
|
website is unavailable.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#if defined(CI_BUILD)
|
#if defined(CI_BUILD)
|
||||||
#define NETSURF_VERSION_MINOR CI_BUILD
|
#define NETSURF_VERSION_MINOR CI_BUILD
|
||||||
#else
|
#else
|
||||||
#define NETSURF_VERSION_MINOR "2"
|
#define NETSURF_VERSION_MINOR "3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user