Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
themusicgod1
/
jsoncpp
Seguir
0
Destacar
2
Fork
0
Ficheiros
Incidencias
2
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
Permalink
Histórico
Raw
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}