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>2019-01-28 18:57:54 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-28 18:57:54 +0300
commitda477a718621e96128993ae973c10343b3bc187b (patch)
tree08a4e32ef3f69486d5241e45c6d2b6611639b4d2
parent51587dffbfca6e0645c68c849c898f92e1516ce4 (diff)
Version bump
-rw-r--r--CMakeLists.txt2
-rw-r--r--Doxyfile2
-rw-r--r--po/remmina.pot2
-rwxr-xr-xscripts/update-translations.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3b490612..bfdacb563 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "3")
-set(REMMINA_VERSION_REVISION "0")
+set(REMMINA_VERSION_REVISION "1")
#set(REMMINA_VERSION_SUFFIX "1")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
diff --git a/Doxyfile b/Doxyfile
index 8ddff6bed..307331f52 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "Remmina - The GTK+ Remote Desktop Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = v1.3.0
+PROJECT_NUMBER = v1.3.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/po/remmina.pot b/po/remmina.pot
index 44915426b..81997a083 100644
--- a/po/remmina.pot
+++ b/po/remmina.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Remmina v1.3.0\n"
+"Project-Id-Version: Remmina v1.3.1\n"
"Report-Msgid-Bugs-To: admin@remmina.org\n"
"POT-Creation-Date: 2019-01-28 07:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/scripts/update-translations.sh b/scripts/update-translations.sh
index 57c942201..17418b253 100755
--- a/scripts/update-translations.sh
+++ b/scripts/update-translations.sh
@@ -22,7 +22,7 @@ xgettext --from-code=UTF-8 \
--add-comments \
--files-from=po/POTFILES.in \
--output=po/remmina.temp.pot \
- --package-version="v1.3.0" \
+ --package-version="v1.3.1" \
--package-name="Remmina" \
--copyright-holder="Antenore Gatta and Giovanni Panozzo" \
--msgid-bugs-address="admin@remmina.org"