Changes: pre-release housekeeping
This commit is contained in:
parent
5cb0ee6cc5
commit
8988e05f88
9
CHANGES
9
CHANGES
@ -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):
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user