mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
dev ready for next version
This commit is contained in:
parent
48e518deac
commit
ba1c35b44d
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
### __[2.3.1]__ - Unreleased
|
||||
##### Added
|
||||
##### Changed
|
||||
##### Deprecated
|
||||
##### Removed
|
||||
##### Fixed
|
||||
##### Security
|
||||
|
||||
|
||||
### __[2.3]__ - 22.12.2017
|
||||
##### Added
|
||||
- zuschaltbare POCSAG Multicast-Alarm Funktionalität [#307](https://github.com/Schrolli91/BOSWatch/pull/307)
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ Global variables
|
|||
"""
|
||||
|
||||
# version info
|
||||
versionNr = "2.3"
|
||||
branch = "master"
|
||||
buildDate = "22/12/2017"
|
||||
versionNr = "2.3.1"
|
||||
branch = "dev"
|
||||
buildDate = "unreleased"
|
||||
|
||||
|
||||
# Global variables
|
||||
|
|
|
|||
Loading…
Reference in a new issue