aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-29 16:52:02 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-29 16:52:02 +0200
commit7480f7479ef24584c482143516ee17c7b58f8cde (patch)
treebe50c72a1a883aa07cad805d44a0cda906285997
parent27d87188fe08eea91ae26c3b6aaccf05a829c25d (diff)
downloadmgarepo-7480f7479ef24584c482143516ee17c7b58f8cde.tar
mgarepo-7480f7479ef24584c482143516ee17c7b58f8cde.tar.gz
mgarepo-7480f7479ef24584c482143516ee17c7b58f8cde.tar.bz2
mgarepo-7480f7479ef24584c482143516ee17c7b58f8cde.tar.xz
mgarepo-7480f7479ef24584c482143516ee17c7b58f8cde.zip
prepare 1.12.31.12.3
-rw-r--r--CHANGES3
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0db1dbe..e45b013 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 1.12.3
+- syntax correction
+
* 1.12.2
- Suppress prefix with no effect on import command (cf 1.12.0)
- Add a retry with building srpm in case of error in getrelease when creating a srpm
diff --git a/Makefile b/Makefile
index 84eb8e8..8205229 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.12.2
+VERSION = 1.12.3
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 3607c8f..7df3daf 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.12.2"
+VERSION="1.12.3"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]