From 1f14a54dee90a761a0a0be7917a6c203cee94d4d Mon Sep 17 00:00:00 2001 From: Alcaro Date: Wed, 23 Sep 2020 14:14:54 +0200 Subject: [PATCH] Delete version number, to clarify that there will be no more releases --- README.md | 2 +- flips.h | 4 ++-- flips.rc | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e294a4f..d59783b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/flips.h b/flips.h index 6a08eac..aac3992 100644 --- a/flips.h +++ b/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) diff --git a/flips.rc b/flips.rc index 4871bce..d3dbcea 100644 --- a/flips.rc +++ b/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