From 6733ea2f012901ccffd61b110e27c82a319a4e0a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 5 Dec 2012 14:12:10 +0000 Subject: Fix version: version 1.10.3 This version does not include major/incompatible changes, so this should be version 1.10.3, not 1.11. --- CHANGES | 2 +- mgarepo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 416ac33..3eb0484 100644 --- a/CHANGES +++ b/CHANGES @@ -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 './' diff --git a/mgarepo b/mgarepo index 1a9db43..0353ad5 100755 --- a/mgarepo +++ b/mgarepo @@ -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] -- cgit v1.2.1