-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version change for upcoming minor release
- Loading branch information
1 parent
92ee37f
commit 66b65ed
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#define MY_VER_MAJOR 9 | ||
#define MY_VER_MINOR 20 | ||
#define MY_VER_BUILD 0 | ||
#define MY_VER_PK3_BUILD 1 | ||
#define MY_VERSION "9.20-pk3-1" | ||
#define MY_7ZIP_VERSION "7-Zip 9.20-pk3-1" | ||
#define MY_VER_PK3_BUILD 2 | ||
#define MY_VERSION "9.20-pk3-1.1" | ||
#define MY_7ZIP_VERSION "7-Zip 9.20-pk3-1.1" | ||
#define MY_DATE "2010-11-18" | ||
#define MY_COPYRIGHT "Copyright (c) 1999-2010 Igor Pavlov" | ||
#define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " " MY_DATE |