Script to change VERSION from all pm files

environments/ppa-mbqj77/deployments/1
Xavier Guimard 15 years ago
parent c5c2d8bba5
commit 28757d1dfa
  1. 6
      build/lemonldap-ng/scripts/changelibversion

@ -0,0 +1,6 @@
#!/bin/bash
VERSION=0.99
perl -pe 's/^our \$VERSION.*$/our \$VERSION = '\'$VERSION\'';/' $(find l*/lib/ -name *pm)
Loading…
Cancel
Save