Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2019-12-02 11:47:58 +01:00
parent 5cb0ee6cc5
commit 8988e05f88
2 changed files with 11 additions and 2 deletions

View File

@ -15,6 +15,15 @@ This release contains contributions from (alphabetically by first name):
- No changes to modules.
# 3.2.17.1 (2019-12-02) #
This is a hotfix release for a bug in the grubcfg module.
Reported by Philip Mueller and Erik Dubois.
## Modules ##
- The *grubcfg* module had a typo in it that made installations fail.
# 3.2.17 (2019-11-28) #
This release contains contributions from (alphabetically by first name):

View File

@ -40,10 +40,10 @@
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES
VERSION 3.2.18
VERSION 3.2.17.1
LANGUAGES C CXX )
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
### OPTIONS
#