Skip to content

Commit

Permalink
Bump version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukhnos committed Mar 26, 2024
1 parent 1ebe371 commit 6e3ab94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(fcitx5-mcbopomofo VERSION 2.5.2)
project(fcitx5-mcbopomofo VERSION 2.7)

find_package(ECM REQUIRED 1.0.0)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down
1 change: 1 addition & 0 deletions org.fcitx.Fcitx5.Addon.McBopomofo.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url type="vcs-browser">https://github.com/openvanilla/fcitx5-mcbopomofo</url>
<project_group>Fcitx</project_group>
<releases>
<release version="2.7" date="2024-03-26"/>
<release version="2.5.2" date="2023-05-15"/>
<release version="2.5.1" date="2023-03-21"/>
<release version="2.5" date="2023-03-19"/>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(mcbopomofo VERSION 2.5.2)
project(mcbopomofo VERSION 2.7)

find_package(PkgConfig REQUIRED)
find_package(Fcitx5Core REQUIRED)
Expand Down

0 comments on commit 6e3ab94

Please sign in to comment.