diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-01-01 18:37:36 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-01-01 18:37:36 +0200 |
commit | 6908d41b18500cd5ebbb5ad158e68eb1d4338530 (patch) | |
tree | 52c02f5bf1360e6e1b9d4e5a79bcb6432f79f87f | |
parent | 6c294e05a2de9a793c8aba8a1d30b8327fe3096e (diff) | |
download | mgarepo-6908d41b18500cd5ebbb5ad158e68eb1d4338530.tar mgarepo-6908d41b18500cd5ebbb5ad158e68eb1d4338530.tar.gz mgarepo-6908d41b18500cd5ebbb5ad158e68eb1d4338530.tar.bz2 mgarepo-6908d41b18500cd5ebbb5ad158e68eb1d4338530.tar.xz mgarepo-6908d41b18500cd5ebbb5ad158e68eb1d4338530.zip |
retag as 1.14 to avoid confusion with the 1.13.x stuff1.14.0
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -* 1.12.5 +* 1.14.0 +- retag as 1.14 to avoid confusion with the 1.13.x stuff - Drop "not released yet" from rpms - Define _topdir in getrelease - Allow usage of path with special characters with sync command (mga#73) @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.5 +VERSION = 1.14.0 .PHONY: all $(DIRS) clean clean: |