ALL: version bump to 0.0.19

master
Martin Gerhardy 2022-02-12 09:33:50 +01:00
parent 92efab0873
commit 049c93e057
3 changed files with 9 additions and 1 deletions

View File

@ -31,7 +31,7 @@ set(DOCKER_REGISTRY "" CACHE STRING "Docker registry")
set(ROOT_PROJECT_MAJOR_VERSION 0)
set(ROOT_PROJECT_MINOR_VERSION 0)
set(ROOT_PROJECT_MICRO_VERSION 18)
set(ROOT_PROJECT_MICRO_VERSION 19)
set(ROOT_PROJECT_PATCH_VERSION 0)
set(ROOT_PROJECT_VERSION "${ROOT_PROJECT_MAJOR_VERSION}.${ROOT_PROJECT_MINOR_VERSION}.${ROOT_PROJECT_MICRO_VERSION}.${ROOT_PROJECT_PATCH_VERSION}")
set(ROOT_PROJECT_NAME vengi)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
vengi (0.0.19.0-1) UNRELEASED; urgency=low
* General:
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sat, 12 Feb 2022 09:32:14 +0100
vengi (0.0.18.0-1) unstable; urgency=low
* renamed the github project to **vengi** - the url changed to

View File

@ -8,6 +8,8 @@ See [the documentation](https://mgerhardy.github.io/vengi/) for further details.
Known [issues](https://github.com/mgerhardy/vengi/issues?q=is%3Aissue+is%3Aopen+label%3Abug).
## 0.0.19 (2022-XX-XX)
## 0.0.18 (2022-02-12)
> renamed the github project to **vengi** - the url changed to [https://github.com/mgerhardy/vengi](https://github.com/mgerhardy/vengi).