Skip to content

Commit 43993e0

Browse files
committed
increment version, adjust copyroght year
1 parent 8d797f8 commit 43993e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

res.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BEGIN
4545
VALUE "FileDescription", "SyringeEx Main Executable"
4646
VALUE "FileVersion", SYRINGEEX_VER_TEXT
4747
VALUE "InternalName", "SyringeEx"
48-
VALUE "LegalCopyright", "Copyright � 2008 - 2017 Patrick Dinklage, DCoder, and AlexB; Copyright � 2025 Phobos Developers"
48+
VALUE "LegalCopyright", "Copyright � 2008 - 2017 Patrick Dinklage, DCoder, and AlexB; Copyright � 2025-2026 Phobos Developers"
4949
VALUE "OriginalFilename", "Syringe.exe"
5050
VALUE "ProductName", "Syringe"
5151
VALUE "ProductVersion", SYRINGEEX_VER_TEXT

resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define SYRINGEEX_VER_EPOCH 0
2121
#define SYRINGEEX_VER_MAJOR 1
2222
#define SYRINGEEX_VER_MINOR 0
23-
#define SYRINGEEX_VER_PATCH 0
23+
#define SYRINGEEX_VER_PATCH 1
2424

2525
/* useful numeric expansion for VERSIONINFO (comma-separated) */
2626
#define SYRINGEEX_VER SYRINGEEX_VER_EPOCH, SYRINGEEX_VER_MAJOR, SYRINGEEX_VER_MINOR, SYRINGEEX_VER_PATCH

0 commit comments

Comments
 (0)