diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-12 17:36:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-12 17:36:09 +0000 |
commit | 1672ad124b618f5a30cb29f2df395c48ede21600 (patch) | |
tree | 7e253a89248ec9127abea8f5ed99141d15977773 | |
parent | 435663296d487871c1df5250f4b638bac3e040e7 (diff) | |
download | iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.gz iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.bz2 iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.xz iurt-1672ad124b618f5a30cb29f2df395c48ede21600.zip |
post release bump
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +0.6.12 (unreleased) + 0.6.11 - mount /dev/shm as --bind like other mount points (mga#7329) @@ -365,7 +365,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.11'; +my $version = '0.6.12'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |