Skip to content

Commit

Permalink
Merge pull request #184 from experdb/development
Browse files Browse the repository at this point in the history
[no issue]
  • Loading branch information
kayform authored Mar 22, 2022
2 parents f979a5c + 2b4da9f commit b5048f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SET "PATH=%PATH%;%PROGRAMFILES%\Git\bin;C:\apache-ant-1.9.9-bin;C:\Program Files

For /F %%g in ('git rev-parse HEAD ^| cut -b 1-7') Do (Set GIT_COMMIT_HASH=%%g)

set BASE_VER=13.0.8
set BASE_VER_UDERSCORE=13_0_8
set BASE_VER=13.0.11
set BASE_VER_UDERSCORE=13_0_11
For /F %%i in ('git rev-list HEAD ^| find /c /v ""') Do Set GIT_COMMIT_CNT=%%i


Expand Down

0 comments on commit b5048f6

Please sign in to comment.