git attributes and helper scripts
[dbuscron] / scripts / git-filters / clean-version
1 #!/usr/bin/perl
2 while (<>) {
3     s/^__version__ = ".+?"$/__version__ = "dev"/;
4     print;
5 }