From b3cf786fe9d37c87e91c1ed4a88f1fc436bf71c3 Mon Sep 17 00:00:00 2001 From: Jan Sundermeyer Date: Fri, 13 Dec 2024 19:38:45 +0100 Subject: [PATCH] increase version number --- CMakeLists.txt | 2 +- Info.plist | 2 +- debian/changelog | 6 ++++++ src/utilsVersion.h | 2 +- utilities/manual/source/CHANGELOG.md | 4 ++++ utilities/manual/source/conf.py | 2 +- utilities/texstudio-msys.nsi | 2 +- utilities/texstudio.1 | 2 +- utilities/texstudio.nsi | 2 +- utilities/texstudio.spec | 4 ++-- 10 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7df59032..2bc08b16a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.0) -project(TeXstudio VERSION 4.8.5 LANGUAGES C CXX) +project(TeXstudio VERSION 4.8.6 LANGUAGES C CXX) SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) set(CMAKE_DEBUG_POSTFIX "d") set(CMAKE_AUTOMOC ON) diff --git a/Info.plist b/Info.plist index 21be7af2a..738ace67f 100644 --- a/Info.plist +++ b/Info.plist @@ -46,7 +46,7 @@ CFBundleName TeXstudio CFBundleShortVersionString - 4.8.5 + 4.8.6 AppleMagnifiedMode diff --git a/debian/changelog b/debian/changelog index f6b22ae8c..5d5fd55b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +texstudio (4.8.6) unstable; urgency=low + + * new release + + -- Benito van der Zander Fri, 13 Dec 2024 19:38:27 +0100 + texstudio (4.8.5) unstable; urgency=low * new release diff --git a/src/utilsVersion.h b/src/utilsVersion.h index fd8db0960..15030b751 100644 --- a/src/utilsVersion.h +++ b/src/utilsVersion.h @@ -3,7 +3,7 @@ #define TEXSTUDIO "TeXstudio" -#define TXSVERSION "4.8.5" +#define TXSVERSION "4.8.6" extern const char *TEXSTUDIO_GIT_REVISION; diff --git a/utilities/manual/source/CHANGELOG.md b/utilities/manual/source/CHANGELOG.md index baa0f0399..a930e4646 100644 --- a/utilities/manual/source/CHANGELOG.md +++ b/utilities/manual/source/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## TeXstudio 4.8.6 + +- + ## TeXstudio 4.8.5 - fix false delimiter mismatch marker which gets stuck under certain circumstances [#489](https://github.com/texstudio-org/texstudio/issues/489) diff --git a/utilities/manual/source/conf.py b/utilities/manual/source/conf.py index d0430e691..f8bc0cacd 100644 --- a/utilities/manual/source/conf.py +++ b/utilities/manual/source/conf.py @@ -9,7 +9,7 @@ project = 'TeXstudio' copyright = '2022, TeXstudio Team' author = 'TeXstudio Team' -release = '4.8.5' +release = '4.8.6' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/utilities/texstudio-msys.nsi b/utilities/texstudio-msys.nsi index aba67adbc..a6bdba6be 100644 --- a/utilities/texstudio-msys.nsi +++ b/utilities/texstudio-msys.nsi @@ -3,7 +3,7 @@ # These three must be integers !define VERSIONMAJOR 4 !define VERSIONMINOR 8 -!define VERSIONBUILD 5 +!define VERSIONBUILD 6 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs" # It is possible to use "mailto:" links in here to open the email client !define HELPURL "https://texstudio.org" # "Support Information" link diff --git a/utilities/texstudio.1 b/utilities/texstudio.1 index 4bec6fa59..89c0ffc00 100644 --- a/utilities/texstudio.1 +++ b/utilities/texstudio.1 @@ -1,4 +1,4 @@ -.TH TEXSTUDIO 1 "20-01-14" "4.8.5" "latex editor" +.TH TEXSTUDIO 1 "20-01-14" "4.8.6" "latex editor" .SH NAME texstudio \- A LaTeX IDE diff --git a/utilities/texstudio.nsi b/utilities/texstudio.nsi index 2cccb93f1..6ba52d46d 100644 --- a/utilities/texstudio.nsi +++ b/utilities/texstudio.nsi @@ -3,7 +3,7 @@ # These three must be integers !define VERSIONMAJOR 4 !define VERSIONMINOR 8 -!define VERSIONBUILD 5 +!define VERSIONBUILD 6 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs" # It is possible to use "mailto:" links in here to open the email client !define HELPURL "https://texstudio.org" # "Support Information" link diff --git a/utilities/texstudio.spec b/utilities/texstudio.spec index f0b39b4f3..d6c05704d 100644 --- a/utilities/texstudio.spec +++ b/utilities/texstudio.spec @@ -1,6 +1,6 @@ Name: texstudio Summary: LaTeX editor -Version: 4.8.5 +Version: 4.8.6 License: GPL Group: Applications/Publishing Source: texstudio.svn.sourceforge.net/svnroot/texstudio/trunk @@ -8,7 +8,7 @@ Maintainer: Benito van der Zander Packager: Benito van der Zander Url: http://texstudio.sourceforge.net BuildRequires: qt4-devel -Requires: libc6 (>=2.4), libgcc1 (>=4.8.5), libqtcore4 (>=4.4.1), libqtgui4 (>=4.4.1), libqt4-network (>=4.4.1), libqt4-xml (>=4.4.1), libstdc++6 (>=4.1.1), libqt4-svg (>=4.4.1) +Requires: libc6 (>=2.4), libgcc1 (>=4.8.6), libqtcore4 (>=4.4.1), libqtgui4 (>=4.4.1), libqt4-network (>=4.4.1), libqt4-xml (>=4.4.1), libstdc++6 (>=4.1.1), libqt4-svg (>=4.4.1) Suggests: psutils, tetex-extra | texlive-latex-extra, hunspell-dictionary | myspell-dictionary Description: Latex Editor TeXstudio, previously TexMakerX, is a platform-independent LaTeX editor with included PDF viewer. It provides modern features like interactive spell/syntax checking, code folding, extended text navigation, code completion and syntax highlighting.