From c2f25438f76b49a2c2816030903108554d28a7cb Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Fri, 31 Dec 2021 12:45:47 +0300 Subject: [PATCH] Bump OpenIPC version to 2.2 --- scripts/executing_commands_for_glibc.sh | 2 +- scripts/executing_commands_for_musl.sh | 2 +- scripts/executing_commands_for_uclibc.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/executing_commands_for_glibc.sh b/scripts/executing_commands_for_glibc.sh index 19361f6d..f5ae53a0 100755 --- a/scripts/executing_commands_for_glibc.sh +++ b/scripts/executing_commands_for_glibc.sh @@ -3,7 +3,7 @@ # Please check BR2_ROOTFS_POST_BUILD_SCRIPT option in config # -date "+OPENIPC_VERSION=2.1.%m.%d" >>${TARGET_DIR}/usr/lib/os-release +date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"' diff --git a/scripts/executing_commands_for_musl.sh b/scripts/executing_commands_for_musl.sh index 95ed288c..994b91e2 100755 --- a/scripts/executing_commands_for_musl.sh +++ b/scripts/executing_commands_for_musl.sh @@ -3,7 +3,7 @@ # Please check BR2_ROOTFS_POST_BUILD_SCRIPT option in config # -date "+OPENIPC_VERSION=2.1.%m.%d" >>${TARGET_DIR}/usr/lib/os-release +date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"' diff --git a/scripts/executing_commands_for_uclibc.sh b/scripts/executing_commands_for_uclibc.sh index a5d6f3c1..8fd702eb 100755 --- a/scripts/executing_commands_for_uclibc.sh +++ b/scripts/executing_commands_for_uclibc.sh @@ -3,7 +3,7 @@ # Please check BR2_ROOTFS_POST_BUILD_SCRIPT option in config # -date "+OPENIPC_VERSION=2.1.%m.%d" >>${TARGET_DIR}/usr/lib/os-release +date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"'