aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-12 17:36:09 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-12 17:36:09 +0000
commit1672ad124b618f5a30cb29f2df395c48ede21600 (patch)
tree7e253a89248ec9127abea8f5ed99141d15977773
parent435663296d487871c1df5250f4b638bac3e040e7 (diff)
downloadiurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar
iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.gz
iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.bz2
iurt-1672ad124b618f5a30cb29f2df395c48ede21600.tar.xz
iurt-1672ad124b618f5a30cb29f2df395c48ede21600.zip
post release bump
-rw-r--r--NEWS2
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89d38b0..3a1300b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.6.12 (unreleased)
+
0.6.11
- mount /dev/shm as --bind like other mount points (mga#7329)
diff --git a/iurt b/iurt
index 306f4cb..e1a48f9 100755
--- a/iurt
+++ b/iurt
@@ -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);