Skip to content

Commit

Permalink
chore: fix version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Feb 25, 2022
1 parent 18d4cc1 commit f300172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/7zVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MY_VER_MAJOR 21
#define MY_VER_MINOR 07
#define MY_VER_BUILD 01
#define MY_VERSION_NUMBERS "21.07.01"
#define MY_VER_BUILD 02
#define MY_VERSION_NUMBERS "21.07.02"
#define MY_VERSION MY_VERSION_NUMBERS

#ifdef MY_CPU_NAME
Expand Down

0 comments on commit f300172

Please sign in to comment.