Skip to content

Commit

Permalink
bump version number for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
carfesh committed Jan 1, 2018
1 parent 7be66c8 commit 075f083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fellow/SRC/WIN32/NSIS/WinFellow.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!define COMP_NAME "The WinFellow Team"
!define WEB_SITE "http://fellow.sourceforge.net"
!define VERSION "${FELLOWVERSION}"
!define COPYRIGHT "© 1996-2016 under the GNU General Public License"
!define COPYRIGHT "© 1996-2018 under the GNU General Public License"
!define DESCRIPTION "WinFellow Amiga Emulator"
!define LICENSE_TXT "gpl-2.0.txt"
!define INSTALLER_NAME "WinFellow_v${FELLOWVERSION}.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This HOWTO describes the steps necessary to prepare a new public WinFellow relea
* For compiling the new release, the build environment should be setup like recommended here (\ref howtodevenvsetup).
* Verify that no unnecessary debug/trace logs are written (floppy.log, capsdump.txt, ...)
* Perform regression tests according to the \ref howtoregressiontesting.
* The third digit of the version number should be increased by one (in the files versioninfo-wcrev.h and versioninfo-wcrev.rc, as well as in the doxyfile and the user guide).
* The third digit of the version number should be increased by one (in the files versioninfo-wcrev.h and versioninfo-wcrev.rc, as well as in the doxyfile, the user guide and the NSIS installer file WinFellow.nsi).
* The build configuration should be changed to Release.
* Update the ReadMe/FAQ.
* Compile the build using the script CompileReleaseBuild.ps1; this will take care of a number of things:
Expand Down

0 comments on commit 075f083

Please sign in to comment.