mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 18:16:06 -05:00
Delete version number, to clarify that there will be no more releases
This commit is contained in:
@@ -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
|
||||
|
||||
4
flips.h
4
flips.h
@@ -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)
|
||||
|
||||
6
flips.rc
6
flips.rc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user