Skip to content

Commit

Permalink
Increase version number (#43)
Browse files Browse the repository at this point in the history
IB-6122

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored May 25, 2020
1 parent f037d88 commit 1885def
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode11.4
script:
- mkdir build
- cd build
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif()
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
project(id-updater VERSION 3.12.8)
project(id-updater VERSION 3.12.9)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")

Expand Down Expand Up @@ -125,7 +125,6 @@ else()
common/Common.cpp
common/Configuration.cpp
common/QPCSC.cpp
common/Settings.h
)
set_target_properties( ${PROGNAME} PROPERTIES
AUTOMOC TRUE
Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Id-updater version [3.12.9](https://github.com/open-eid/updater/releases/tag/v3.12.9) release notes
--------------------------------------
- Enable dark mode when building old sdk (#42)

[Full Changelog](https://github.com/open-eid/updater/compare/v3.12.8...v3.12.9)

Id-updater version [3.12.8](https://github.com/open-eid/updater/releases/tag/v3.12.8) release notes
--------------------------------------
- macOS update changes
Expand Down
2 changes: 1 addition & 1 deletion cmake
2 changes: 1 addition & 1 deletion common

0 comments on commit 1885def

Please sign in to comment.