diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ +0.7.0 - iurt: support resuming a full rebuild - ulri: improve handling of build failures - iurt: fix stale command detection when log is not created quickly enough - iurt: use urpm to parse synthesis (fixes support for xz) - iurt: add fixed_media option to make autobuild faster - iurt: kill a lot of code (and some features) -- iurt: kill upload/rsync code - iurt: use a network namespace for builds 0.6.29 @@ -325,7 +325,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.29'; +my $version = '0.7.0'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |