Skip to content

Commit

Permalink
Merge pull request #19 from AmusedWaffle/add-version-info-FIXED
Browse files Browse the repository at this point in the history
Add version info
  • Loading branch information
AmusedWaffle authored Jun 30, 2023
2 parents 6a3bb9d + c9cdf63 commit 08d055d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ totalTests:$totalTests
expectedFailures:2
ZZ
}

zopen_get_version(){
./configure --version | head -1 | awk '{ print $4 }'
}

0 comments on commit 08d055d

Please sign in to comment.