Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
themusicgod1
/
jsoncpp
Suivre
0
Voter
2
Fork
0
Fichiers
Tickets
2
Pull Requests
0
Wiki
Aborescence:
8190e061bc
Branches
Tags
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
Historique
Raw
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}