diff options
author | Donald Stewart <schultz@mageia.org> | 2016-10-09 19:29:21 +0100 |
---|---|---|
committer | Donald Stewart <schultz@mageia.org> | 2016-10-09 19:29:21 +0100 |
commit | cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b (patch) | |
tree | fa62dd782645c8aa5f9a591cba8528b368fda50e /Makefile | |
parent | 409b51f1da0bb8765bcab3c1321d0d3675993726 (diff) | |
download | theme-cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b.tar theme-cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b.tar.gz theme-cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b.tar.bz2 theme-cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b.tar.xz theme-cc0b9f4682f7c3f453afd8e1bfb5f0374266f48b.zip |
6.1
- Fix gfxboot images (mga#19187)
- Update ReadME.md with gfxboot guidelines and general documentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ NAME=theme # Bump RELEASE for new Mageia release # Bump THEMEVER for new theme version in same release RELEASE=6 -THEMEVER=0 +THEMEVER=1 VERSION=$(RELEASE).$(THEMEVER) THEMES=Mageia-Default |