Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Feb 4, 2024
1 parent c8b7908 commit 639dc3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.25.1)
set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

SET( QDACCO_VERSION 1.2.1 )
SET( QDACCO_VERSION 1.2.2 )

STRING( REGEX MATCHALL "[0-9]+" QDACCO_VERSIONS ${QDACCO_VERSION} )
LIST( GET QDACCO_VERSIONS 0 QDACCO_VERSION_MAJOR)
Expand Down
6 changes: 3 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
qdacco 1.2.2 (UNRELEASED)
qdacco 1.2.2 (February 2024)
============
-Fix entries such as "neighbor" where, inside the <translation> there was
something such as <otherlocal>xxx</otherlocal>[MORE SPACES]</translation>
something such as <otherlocal>xxx</otherlocal>[MORE SPACES]</translation>
-Fix "expressions" in entries (e.g. "taula"). They didn't have the expression
meaning (only its translation). Similar problem as above
meaning (only its translation). Similar problem as above

qdacco 1.2.1 (October 2023)
============
Expand Down

0 comments on commit 639dc3a

Please sign in to comment.