kde-playground/kdepim/kalarm/kalarm-version.pl
2015-04-14 21:49:29 +00:00

8 lines
112 B
Perl

#!/usr/bin/perl -w
# Write the config file version
use strict;
if ($ARGV[0]) {
print "Version=$ARGV[0]\n";
}