a lot of work on the util/configure script.

This commit is contained in:
agentzh (章亦春)
2011-03-06 15:11:20 +08:00
parent d9ab99217e
commit 64c3ab1146
5 changed files with 256 additions and 28 deletions

7
util/ver Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
main_ver=0.8.54
minor_ver=0
version=$main_ver.$minor_ver
echo $version