Skip to content

Commit

Permalink
chore: publish new release
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
Decodetalkers authored and deepin-bot[bot] committed Nov 10, 2023
1 parent 05691e3 commit d1284af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

set(DVERSION "6.0.32" CACHE STRING "define project version")
set(DVERSION "6.0.33" CACHE STRING "define project version")
set(BUILD_DOCS ON CACHE BOOL "Generate doxygen-based documentation")

set(PROJECT_NAME dde-control-center)
Expand Down Expand Up @@ -1092,24 +1092,24 @@ endif()
# file(GLOB_RECURSE UT_NOTIFICATION_SRCS
# "tests/plugin-notification/*.cpp"
# )
#
#
# add_executable(${UT_Notification_Name}
# ${NOTIFICATION_SRCS}
# ${UT_NOTIFICATION_SRCS}
# )
#
#
# # 用于测试覆盖率的编译条件
# target_compile_options(${UT_Notification_Name} PRIVATE ${UT_COMPILER})
#
#
# target_include_directories(${UT_Notification_Name} PUBLIC
# ${Notification_Includes}
# )
#
#
# target_link_libraries(${UT_Notification_Name} PRIVATE
# ${Notification_Libraries}
# ${Test_Libraries}
# )
#
#
# gtest_discover_tests(${UT_Notification_Name} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
# endif()

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dde-control-center (6.0.33) unstable; urgency=medium

* chore: update translation about region
* fix: fontsize icon is not clear enough

-- chenhongtao <[email protected]> Thu, 09 Nov 2023 10:04:32 +0800

dde-control-center (6.0.32) unstable; urgency=medium

* feat: better cmake
Expand Down

0 comments on commit d1284af

Please sign in to comment.