Skip to content

Commit

Permalink
version change for upcoming minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeographica committed Nov 10, 2013
1 parent 92ee37f commit 66b65ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CPP/7zip/MyVersion.h
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

0 comments on commit 66b65ed

Please sign in to comment.