diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ +0.7.17.2 - iurt: Use consistent log directory (fixes a crash on Mageia BS). 0.7.17.1 - iurt: Fix src.rpm name (mga#30344) -0.7.17: +0.7.17 - iurt: record the list of generated packages - iurt: allow generated src.rpm to have a different name, some packages use macros for Name and those can change based on the distro version. @@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.17.1'; +my $version = '0.7.17.2'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |