Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2017-05-04 17:00:21 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-05-04 17:00:21 +0300
commit281d4b3901e3406e47af8c4d25e035227087434d (patch)
tree62366c345b943559210337fd5e2444d80464858c /remmina-plugins
parentbdc0db790617cf39b5b071febca6599f9396876f (diff)
Remmina and FreeRDP versions in the Plugins widget
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/rdp/rdp_plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/remmina-plugins/rdp/rdp_plugin.h b/remmina-plugins/rdp/rdp_plugin.h
index 70e5e9ade..5b40db730 100644
--- a/remmina-plugins/rdp/rdp_plugin.h
+++ b/remmina-plugins/rdp/rdp_plugin.h
@@ -38,6 +38,7 @@
#include "common/remmina_plugin.h"
#include <freerdp/freerdp.h>
+#include <freerdp/version.h>
#include <freerdp/channels/channels.h>
#include <freerdp/codec/color.h>
#include <freerdp/codec/rfx.h>
@@ -58,7 +59,8 @@ typedef struct rf_context rfContext;
#define DEFAULT_QUALITY_2 0x01
#define DEFAULT_QUALITY_9 0x80
-#define REMMINA_PLUGIN_RDP_VERSION "Remmina RDP: 1.2.0-rcgit-18 (git d34dbbe), FreeRDP: 2.0.0-dev (git 8d0809cf2)"
+#define REMMINA_PLUGIN_RDP_VERSION "Remmina: " VERSION " (git " REMMINA_GIT_REVISION \
+ "), FreeRDP: " FREERDP_VERSION_FULL " (git " GIT_REVISION ")"
extern RemminaPluginService* remmina_plugin_service;