Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Dec 13, 2024
1 parent a0be4e1 commit b3cf786
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<key>CFBundleName</key>
<string>TeXstudio</string>
<key>CFBundleShortVersionString</key>
<string>4.8.5</string>
<string>4.8.6</string>
<key>AppleMagnifiedMode</key>
<false/>
</dict>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
texstudio (4.8.6) unstable; urgency=low

* new release

-- Benito van der Zander <benibela@users.sourceforge.net> Fri, 13 Dec 2024 19:38:27 +0100

texstudio (4.8.5) unstable; urgency=low

* new release
Expand Down
2 changes: 1 addition & 1 deletion src/utilsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define TEXSTUDIO "TeXstudio"

#define TXSVERSION "4.8.5"
#define TXSVERSION "4.8.6"

extern const char *TEXSTUDIO_GIT_REVISION;

Expand Down
4 changes: 4 additions & 0 deletions utilities/manual/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion utilities/manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utilities/texstudio-msys.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utilities/texstudio.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utilities/texstudio.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions utilities/texstudio.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
Maintainer: Benito van der Zander <benito@benibela.de>
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.
Expand Down

0 comments on commit b3cf786

Please sign in to comment.