Skip to content

Commit

Permalink
Prepare release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Jul 11, 2021
1 parent d0ab891 commit 6ce981b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion client/mumble-plugin/fgcom-mumble.h
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion server/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: 0.15.0
VERSION: 0.14.2

0 comments on commit 6ce981b

Please sign in to comment.