diff --git a/oedp/build/constants.sh b/oedp/build/constants.sh index 1ccd9286cce017faadfa7a42c3c9f84a87a59aa5..282cb37badd3a3d352e63b572402904841c6bed8 100644 --- a/oedp/build/constants.sh +++ b/oedp/build/constants.sh @@ -26,5 +26,5 @@ BUILD_SCRIPT_DIR="${PROJECT_DIR}"/build # 存放构建中间产物的暂存目录 TEMP_DIR="${PROJECT_DIR}"/temp # 打包目录 -PACKING_DIR_NAME=oedp-1.1.2 +PACKING_DIR_NAME=oedp-1.1.3 PACKING_DIR="${TEMP_DIR}/${PACKING_DIR_NAME}" \ No newline at end of file diff --git a/oedp/build/oedp.spec b/oedp/build/oedp.spec index e4bf17e4b59877271da2f896111dbd32c1c24731..d2512da347eca3b922abcf5b83c07feedeeb2204 100644 --- a/oedp/build/oedp.spec +++ b/oedp/build/oedp.spec @@ -1,6 +1,6 @@ %define _python_bytecompile_errors_terminate_build 0 Name: oedp -Version: 1.1.2 +Version: 1.1.3 Release: release_number Summary: openEuler deploy tool License: MulanPSL-2.0 diff --git a/oedp/build/static/oeDeploy.desktop b/oedp/build/static/oeDeploy.desktop index 5b5cca739f7e9921f6da72ab126b83a189f78e63..f85e835720e3eebac47c599ff2f3c06a0e1c4b65 100644 --- a/oedp/build/static/oeDeploy.desktop +++ b/oedp/build/static/oeDeploy.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.1.2 +Version=1.1.3 Type=Application Name=oeDeploy Exec=xdg-open /usr/share/applications/oeDeploy.html diff --git a/oedp/src/constants/const.py b/oedp/src/constants/const.py index 48da440963551fde71a18de2eaef170703c15cde..6578dae1cd7e12de7d3a90c214cfa9301b027544 100644 --- a/oedp/src/constants/const.py +++ b/oedp/src/constants/const.py @@ -15,7 +15,7 @@ import stat # oedp 版本信息 -VERSION = "1.1.2" +VERSION = "1.1.3" OK = 0 FAILED = 1