diff options
Diffstat (limited to 'src/Version_rev.h.template')
-rw-r--r-- | src/Version_rev.h.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version_rev.h.template b/src/Version_rev.h.template index cbcfc3a..55d0de4 100644 --- a/src/Version_rev.h.template +++ b/src/Version_rev.h.template @@ -1,6 +1,6 @@ #define VERSION_REV 0
#if defined(_WIN64)
- #define VERSION_FILEVERSION_LONG L"Notepad2-mod x64 4.2.25-rc8 rev. 0"
+ #define VERSION_FILEVERSION_LONG L"Notepad2-mod x64 4.2.25-rc9 rev. 0"
#else
- #define VERSION_FILEVERSION_LONG L"Notepad2-mod 4.2.25-rc8 rev. 0"
+ #define VERSION_FILEVERSION_LONG L"Notepad2-mod 4.2.25-rc9 rev. 0"
#endif
|