Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Dec 24, 2023
1 parent e20fc64 commit 470bc9c
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.7.2 LANGUAGES C CXX)
project(TeXstudio VERSION 4.7.3 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.7.2</string>
<string>4.7.3</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.7.3) unstable; urgency=low

* new release

-- Benito van der Zander <[email protected]> Sun, 24 Dec 2023 17:27:52 +0100

texstudio (4.7.2) 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.7.2"
#define TXSVERSION "4.7.3"

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.7.3

-


## TeXstudio 4.7.2

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.7.2'
release = '4.7.3'

# -- 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 7
!define VERSIONBUILD 2
!define VERSIONBUILD 3
# 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.7.2" "latex editor"
.TH TEXSTUDIO 1 "20-01-14" "4.7.3" "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 7
!define VERSIONBUILD 2
!define VERSIONBUILD 3
# 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.7.2
Version: 4.7.3
License: GPL
Group: Applications/Publishing
Source: texstudio.svn.sourceforge.net/svnroot/texstudio/trunk
Maintainer: Benito van der Zander <[email protected]>
Packager: Benito van der Zander
Url: http://texstudio.sourceforge.net
BuildRequires: qt4-devel
Requires: libc6 (>=2.4), libgcc1 (>=4.7.2), 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.7.3), 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 470bc9c

Please sign in to comment.