Skip to content

Commit dbb4b80

Browse files
committed
increase version number
1 parent fc3a2ea commit dbb4b80

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

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.3.0</string>
49+
<string>4.3.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.3.1) unstable; urgency=low
2+
3+
* new release
4+
5+
-- Benito van der Zander <[email protected]> Sun, 07 Aug 2022 20:46:41 +0200
6+
17
texstudio (4.3.0) unstable; urgency=low
28

39
* new release

src/utilsVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#define TEXSTUDIO "TeXstudio"
55

66

7-
#define TXSVERSION "4.3.0"
7+
#define TXSVERSION "4.3.1"
88

9-
#define TXSVERSION_NUMERIC 0x040300
9+
#define TXSVERSION_NUMERIC 0x040301
1010

1111

1212

utilities/manual/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
TeXstudio 4.3.1
2+
-----------------
3+
-
4+
15
TeXstudio 4.3.0
26
-----------------
37
- show most used command at first place in completer

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 3
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.3.0" "latex editor"
1+
.TH TEXSTUDIO 1 "20-01-14" "4.3.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 3
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.3.0
3+
Version: 4.3.1
44
License: GPL
55
Group: Applications/Publishing
66
Source: texstudio.svn.sourceforge.net/svnroot/texstudio/trunk
77
Maintainer: Benito van der Zander <[email protected]>
88
Packager: Benito van der Zander
99
Url: http://texstudio.sourceforge.net
1010
BuildRequires: qt4-devel
11-
Requires: libc6 (>=2.4), libgcc1 (>=4.3.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.3.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)