From 6ce981b471c59b52c37895dc4568a4681643e3ee Mon Sep 17 00:00:00 2001 From: hbeni Date: Sun, 11 Jul 2021 21:09:29 +0200 Subject: [PATCH] Prepare release 0.14.2 --- Makefile | 4 ++-- client/mumble-plugin/fgcom-mumble.h | 2 +- server/VERSION | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 38efee74..19b03bcd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Version ID for generated release bundles -BUNDLE_VER:=0.15.0 +BUNDLE_VER:=0.14.2 # The subpackages versions are sourced from there @@ -204,9 +204,9 @@ build-radioGUI: showVer: - @echo "BUNDLE:$(BUNDLE_VER)" @echo "GITCOMMIT:$(GITVER)" @echo "GITDATE:$(GITDATE)" + @echo "BUNDLE:$(BUNDLE_VER)" @echo "PLUGIN:$(PLUGIN_VER)" @echo "SERVER:$(SERVER_VER)" @echo "RADIOGUI:$(RADIOGUI_VER)" diff --git a/client/mumble-plugin/fgcom-mumble.h b/client/mumble-plugin/fgcom-mumble.h index 320c5040..1169c0c3 100644 --- a/client/mumble-plugin/fgcom-mumble.h +++ b/client/mumble-plugin/fgcom-mumble.h @@ -24,7 +24,7 @@ // Plugin Version #define FGCOM_VERSION_MAJOR 0 #define FGCOM_VERSION_MINOR 14 -#define FGCOM_VERSION_PATCH 1 +#define FGCOM_VERSION_PATCH 2 /* * Is the plugin currently active? diff --git a/server/VERSION b/server/VERSION index ba45ca48..28a7ed07 100644 --- a/server/VERSION +++ b/server/VERSION @@ -1 +1 @@ -VERSION: 0.15.0 +VERSION: 0.14.2