Skip to content

Commit

Permalink
62.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Nov 10, 2023
1 parent 325ebbd commit d2cc8e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ qt_standard_project_setup()


set(PROJECT "tea-qt")
project ($PROJECT VERSION 62.1.0 LANGUAGES CXX C)
project ($PROJECT VERSION 62.1.1 LANGUAGES CXX C)
add_definitions(-DVERSION_NUMBER="\\"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}\\"")
add_definitions(-DNOCRYPT=1)
add_definitions(-DNOUNCRYPT=1)
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
//it's lazy updated file, so the real ChangeLog is the activity on github

62.1.1
* PDF fix

62.1.0
+ new version of pugixml XML parser
* cmake support is rewritten a lot.
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
====NEWS ABOUT TEA====
TEA 62.1.0, November 2023
TEA 62.1.1, November 2023
---------------------------------------------------
http://tea.ourproject.org
---------------------------------------------------

This is maintanance release mostly, no visible changes. TEA uses now the new version of pugixml XML parser. cmake support is rewritten a lot.
PDF loading fix


Stay tuned.
Expand Down
2 changes: 1 addition & 1 deletion NEWS-RU
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
http://tea.ourproject.org
---------------------------------------------------

Нудный, но нужный апдейт. Переписана поддержка cmake, используется новая версия парсера XML pugixml.
Исправлена загрузка PDF.

С кирпичным пролетарским приветом, Петр Семилетов!
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project('tea', ['cpp','c'],
default_options : ['cpp_std=c++11'],
version : '62.2.0',
version : '62.1.1',
license : 'GPLv3')

add_global_arguments('-DVERSION_NUMBER="62.0.1"', language : 'cpp')
add_global_arguments('-DVERSION_NUMBER="62.1.1"', language : 'cpp')
add_global_arguments('-DNOCRYPT="1"', language : 'cpp')
add_global_arguments('-DNOUNCRYPT="1"', language : 'cpp')
add_global_arguments('-DQUAZIP_STATIC="1"', language : 'cpp')
Expand Down
4 changes: 2 additions & 2 deletions tea-qmake.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 62.1.0
VERSION = 62.1.1

os2: {
DEFINES += 'VERSION_NUMBER=\'"62.1.0"\''
DEFINES += 'VERSION_NUMBER=\'"62.1.1"\''
} else: {
DEFINES += 'VERSION_NUMBER=\\\"$${VERSION}\\\"'
}
Expand Down

0 comments on commit d2cc8e0

Please sign in to comment.