Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to reflect 2.5.0 release #23

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LOOTCLI_VERSION_MAJOR 1
#define LOOTCLI_VERSION_MINOR 5
#define LOOTCLI_VERSION_MAINTENANCE 1
#define LOOTCLI_VERSION_STRING "1.5.1"
#define LOOTCLI_VERSION_MINOR 6
#define LOOTCLI_VERSION_MAINTENANCE 0
#define LOOTCLI_VERSION_STRING "1.6.0"
4 changes: 2 additions & 2 deletions src/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_FILEVERSION
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS VS_FF_PRERELEASE
FILEFLAGS (0)
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE (0)
Expand All @@ -22,7 +22,7 @@ VALUE "CompanyName", "Mod Organizer 2 Team\0"
VALUE "FileDescription", "LOOT Command line interface\0"
VALUE "OriginalFilename", "lootcli.exe\0"
VALUE "InternalName", "lootcli\0"
VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2021 Mod Organizer 2 contributors\0"
VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2023 Mod Organizer 2 contributors\0"
VALUE "ProductName", "lootcli\0"
VALUE "ProductVersion", VER_FILEVERSION_STR
END
Expand Down