diff --git a/CMakeLists.txt b/CMakeLists.txt index 94a8854..17cda18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # GUI Version set(GUI_VERSION_MAJOR 0) set(GUI_VERSION_MINOR 6) -set(GUI_VERSION_BUILD 9) +set(GUI_VERSION_BUILD 10) set(GUI_VERSION_BETA 1) # use AppVersion.h as a configure file configure_file( diff --git a/docs/v0.6.10.txt b/docs/v0.6.10.txt new file mode 100644 index 0000000..1660f2c --- /dev/null +++ b/docs/v0.6.10.txt @@ -0,0 +1,5 @@ +v0.6.10 + +重写了整个Patient的修改和新增逻辑,使用模态对话框替代的原来界面内的显示。 +去除了原来界面内编辑区域,只做显示使用。 +此外,使用滑动块替换了性别选择,日期选择的功能。 \ No newline at end of file