Skip to content

Commit 6da4cc7

Browse files
committed
update version
1 parent c35558f commit 6da4cc7

File tree

10 files changed

+19
-9
lines changed

10 files changed

+19
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.1.0)
22

3-
project(TeXstudio VERSION 4.8.0 LANGUAGES C CXX)
3+
project(TeXstudio VERSION 4.8.1 LANGUAGES C CXX)
44
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
55
set(CMAKE_DEBUG_POSTFIX "d")
66
set(CMAKE_AUTOMOC ON)

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<key>CFBundleName</key>
4747
<string>TeXstudio</string>
4848
<key>CFBundleShortVersionString</key>
49-
<string>4.8.0</string>
49+
<string>4.8.1</string>
5050
<key>AppleMagnifiedMode</key>
5151
<false/>
5252
</dict>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
texstudio (4.8.1) unstable; urgency=low
2+
3+
* new release
4+
5+
-- Benito van der Zander <benibela@users.sourceforge.net> Sat, 11 May 2024 18:09:57 +0200
6+
17
texstudio (4.8.0) unstable; urgency=low
28

39
* new release

src/utilsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define TEXSTUDIO "TeXstudio"
55

6-
#define TXSVERSION "4.8.0"
6+
#define TXSVERSION "4.8.1"
77

88
extern const char *TEXSTUDIO_GIT_REVISION;
99

utilities/manual/source/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# CHANGELOG
2+
## TeXstudio 4.8.1
3+
4+
-
5+
26
## TeXstudio 4.8.0
37

48
- AI chat assistant added

utilities/manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'TeXstudio'
1010
copyright = '2022, TeXstudio Team'
1111
author = 'TeXstudio Team'
12-
release = '4.8.0'
12+
release = '4.8.1'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

utilities/texstudio-msys.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# These three must be integers
44
!define VERSIONMAJOR 4
55
!define VERSIONMINOR 8
6-
!define VERSIONBUILD 0
6+
!define VERSIONBUILD 1
77
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
88
# It is possible to use "mailto:" links in here to open the email client
99
!define HELPURL "https://texstudio.org" # "Support Information" link

utilities/texstudio.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH TEXSTUDIO 1 "20-01-14" "4.8.0" "latex editor"
1+
.TH TEXSTUDIO 1 "20-01-14" "4.8.1" "latex editor"
22

33
.SH NAME
44
texstudio \- A LaTeX IDE

utilities/texstudio.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# These three must be integers
44
!define VERSIONMAJOR 4
55
!define VERSIONMINOR 8
6-
!define VERSIONBUILD 0
6+
!define VERSIONBUILD 1
77
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
88
# It is possible to use "mailto:" links in here to open the email client
99
!define HELPURL "https://texstudio.org" # "Support Information" link

utilities/texstudio.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Name: texstudio
22
Summary: LaTeX editor
3-
Version: 4.8.0
3+
Version: 4.8.1
44
License: GPL
55
Group: Applications/Publishing
66
Source: texstudio.svn.sourceforge.net/svnroot/texstudio/trunk
77
Maintainer: Benito van der Zander <benito@benibela.de>
88
Packager: Benito van der Zander
99
Url: http://texstudio.sourceforge.net
1010
BuildRequires: qt4-devel
11-
Requires: libc6 (>=2.4), libgcc1 (>=4.8.0), 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)
11+
Requires: libc6 (>=2.4), libgcc1 (>=4.8.1), 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)
1212
Suggests: psutils, tetex-extra | texlive-latex-extra, hunspell-dictionary | myspell-dictionary
1313
Description: Latex Editor
1414
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.

0 commit comments

Comments
 (0)