From c0368c07ef9ac0285fffff3838f2c15b8165a786 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 31 Aug 2024 15:20:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- build/debbuild/DEBIAN/control | 2 +- build/rpmbuild/SPECS/omc.spec | 2 +- omc/makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 9b3f71b..10810f4 100644 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ fi # Use a new parameter list set -- "${new_args[@]}" -VERSION=2.2407.1 +VERSION=2.2408.1 RelDate=`date +%Y%m%d` RelVer=${VERSION}-${RelDate} diff --git a/build/debbuild/DEBIAN/control b/build/debbuild/DEBIAN/control index 53b8e5a..0211eac 100644 --- a/build/debbuild/DEBIAN/control +++ b/build/debbuild/DEBIAN/control @@ -1,5 +1,5 @@ Package: OMC -Version: 2.2407.1-YYYYMMDD +Version: 2.2408.1-YYYYMMDD Section: AGrandTech Prioritt: optional Architecture: amd64 diff --git a/build/rpmbuild/SPECS/omc.spec b/build/rpmbuild/SPECS/omc.spec index 46418ee..f56f61d 100644 --- a/build/rpmbuild/SPECS/omc.spec +++ b/build/rpmbuild/SPECS/omc.spec @@ -6,7 +6,7 @@ Name: omc Summary: AGrandTech 5GC OMC -Version: 2.2407.1 +Version: 2.2408.1 Release: %{release_date} Vendor: AGrandTech URL: https://www.agrandtech.com/ diff --git a/omc/makefile b/omc/makefile index 8202729..3df56e7 100644 --- a/omc/makefile +++ b/omc/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2407.1 +VERSION = 2.2408.1 LIBDIR = nms_cxy/lib BINNAME = omc