Delete version number, to clarify that there will be no more releases

This commit is contained in:
Alcaro
2020-09-23 14:14:54 +02:00
parent b0f2a552f3
commit 1f14a54dee
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ Features:
- Can remembers which ROMs you've used, and use them again if it thinks it's correct (BPS only, GUI only)
- Can launch other programs after patching the ROMs; together with the above, this allows you to double click a BPS to launch an emulator (GUI only)
Floating IPS is in maintenance mode. Bug reports and pull requests will be processed, but feature requests are unlikely to be implemented. There will be no releases within any forseeable future; users are recommended to grab latest master, or if you need a stable identifier, pick whatever commit is the current master.
Floating IPS is in maintenance mode. Bug reports and pull requests will be processed, but feature requests are unlikely to be implemented. There will be no formal releases within any forseeable future; users should consider every commit a release.
Third-party forks, or separate tools, covering usecases this version doesn't (this only acknowledges their existence, and is not an endorsement; I haven't used most of them):
- [Floating IPS](https://github.com/Alcaro/Flips); the original Floating IPS, in case you're currently looking at a fork

View File

@@ -34,12 +34,12 @@
//#define EXTERN_C
//#endif
#define flipsversion "Floating IPS v1.40-pre"
#define flipsversion "Floating IPS"
#define flips_rc_vermajor 1
#define flips_rc_verminor 4
#define flips_rc_verpatch 0
#define flips_rc_verstr "1.4.0.0"
#define flips_rc_copyrightstr "\xA9 2013-2019 Alcaro"
#define flips_rc_copyrightstr "\xA9 2013-2020 Alcaro"
#if defined(FLIPS_WINDOWS)

View File

@@ -6,8 +6,8 @@
1 24 "flips.Manifest"
VS_VERSION_INFO VERSIONINFO
FILEVERSION flips_rc_vermajor,flips_rc_verminor,flips_rc_verpatch,0
PRODUCTVERSION flips_rc_vermajor,flips_rc_verminor,flips_rc_verpatch,0
//FILEVERSION flips_rc_vermajor,flips_rc_verminor,flips_rc_verpatch,0
//PRODUCTVERSION flips_rc_vermajor,flips_rc_verminor,flips_rc_verpatch,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
//VS_FF_DEBUG VS_FF_PATCHED VS_FF_PRERELEASE VS_FF_PRIVATEBUILD VS_FF_SPECIALBUILD VS_FFI_FILEFLAGSMASK
@@ -26,7 +26,7 @@ BEGIN
VALUE "LegalCopyright", flips_rc_copyrightstr
VALUE "OriginalFilename", "flips.exe"
VALUE "ProductName", "Floating IPS"
VALUE "ProductVersion", flips_rc_verstr
//VALUE "ProductVersion", flips_rc_verstr
END
END
END