Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jovibor committed Aug 8, 2022
1 parent 4cc0369 commit f4d84a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pepper/Utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

#define PRODUCT_NAME L"Pepper"
#define PRODUCT_DESC L"PE files viewer, github.com/jovibor/Pepper"
#define COPYRIGHT_NAME L"(C) Jovibor 2019-2021"
#define COPYRIGHT_NAME L"(C) Jovibor 2019-2022"
#define MAJOR_VERSION 1
#define MINOR_VERSION 4
#define MAINTENANCE_VERSION 0
#define MAINTENANCE_VERSION 1

#define TO_WSTR_HELPER(x) L## #x
#define TO_WSTR(x) TO_WSTR_HELPER(x)
Expand Down

0 comments on commit f4d84a9

Please sign in to comment.