Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
jsoncpp
Watch
0
Star
2
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
Permalink
History
Raw
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}