Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Feb 7, 2021
1 parent 96e4fd0 commit 5ac7c84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 2.8.11)
set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

SET( QDACCO_VERSION 1.1.0 )
SET( QDACCO_VERSION 1.1.1 )

STRING( REGEX MATCHALL "[0-9]+" QDACCO_VERSIONS ${QDACCO_VERSION} )
LIST( GET QDACCO_VERSIONS 0 QDACCO_VERSION_MAJOR)
Expand Down
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
qdacco 1.1.1 (February 2021)
============
Fix small errors:
-If a word is not found shows an error
-If the browser is not found shows an error
-Shows common mistakes for words

qdacco 1.1.0 (February 2021)
============
-Re-implements parser of the XML files: it shows more information that was
Expand Down

0 comments on commit 5ac7c84

Please sign in to comment.