From abfd5dd88f915257629f885828c9598467bfd27b Mon Sep 17 00:00:00 2001 From: Kang Lin Date: Fri, 21 Jun 2024 16:08:20 +0800 Subject: [PATCH] Modify version --- 3th_libs/LunarCalendar | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3th_libs/LunarCalendar b/3th_libs/LunarCalendar index c31d545..936b2d0 160000 --- a/3th_libs/LunarCalendar +++ b/3th_libs/LunarCalendar @@ -1 +1 @@ -Subproject commit c31d5456277f6329731e5d1efa3670ea65179f12 +Subproject commit 936b2d0054539e0719f8f2c487166d0505ae67d1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9737a03..fc8f94c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ GET_VERSION(OUT_VERSION Calendar_VERSION OUT_REVISION Calendar_REVISION) message("Calendar_VERSION:${Calendar_VERSION}; Calendar_REVISION:${Calendar_REVISION}") if(NOT Calendar_VERSION) - set(Calendar_VERSION "v1.0.20") + set(Calendar_VERSION "1.0.20") endif() set(VERSION ${Calendar_VERSION})