Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cnweaver committed Dec 2, 2021
1 parent c329cf2 commit 7ad9ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find_package(){
PREFIX=/usr/local
INSTALL_LIBDIR=lib

VERSION_NUM=100201
VERSION_NUM=100300
VERSION=`echo $VERSION_NUM | awk '{
major = int($1/100000);
minor = int($1/100)%1000;
Expand Down

0 comments on commit 7ad9ba7

Please sign in to comment.