diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-12-05 14:12:10 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-12-05 14:12:10 +0000 |
commit | 6733ea2f012901ccffd61b110e27c82a319a4e0a (patch) | |
tree | 2939138c50294ce2f8c1141913c2278b9eed89f0 | |
parent | 403713d323246d6cc3e4c8ce2dfaf754e77e5c3b (diff) | |
download | mgarepo-6733ea2f012901ccffd61b110e27c82a319a4e0a.tar mgarepo-6733ea2f012901ccffd61b110e27c82a319a4e0a.tar.gz mgarepo-6733ea2f012901ccffd61b110e27c82a319a4e0a.tar.bz2 mgarepo-6733ea2f012901ccffd61b110e27c82a319a4e0a.tar.xz mgarepo-6733ea2f012901ccffd61b110e27c82a319a4e0a.zip |
Fix version: version 1.10.31.10.3
This version does not include major/incompatible changes, so this should
be version 1.10.3, not 1.11.
-rw-r--r-- | CHANGES | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -* 1.11 +* 1.10.3 - in create-srpm, don't try to use youri db if not defined in config - allow keeping the old rpm log in the package directory if the oldurl config value is set to '.' or starts with './' @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11" +VERSION="1.10.3" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |