chore: 更新版本号 2.2411.4

This commit is contained in:
TsMask
2024-11-30 17:16:47 +08:00
parent 89ba57e6d5
commit eafeafd4c4
8 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# 版本发布日志
## 2.2411.4-20241130
- 新增 系统用户免登录认证默认为admin操作所有接口
- 新增 Para5G参数UPF新增填写N3 N6网卡名
## 2.2411.3-20241123
- 修复 SMSC安装host重复

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2411.3
VERSION = 2.2411.4
PLATFORM = amd64
ARMPLATFORM = aarch64
BUILDDIR = ../../build

View File

@@ -1,7 +1,7 @@
# Makefile for OMC-OMC-crontask project
PROJECT = OMC
VERSION = 2.2411.3
VERSION = 2.2411.4
LIBDIR = be.ems/lib
BINNAME = crontask

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2411.3
VERSION = 2.2411.4
RelDate = `date +%Y%m%d`
Release = $(RelDate)
RelVer = $(VERSION)-$(RelDate)

View File

@@ -3,7 +3,7 @@
ProjectL = omc
ProjectU = OMC
PROJECT = $(ProjectL)
VERSION = 2.2411.3
VERSION = 2.2411.4
RelDate = `date +%Y%m%d`
Release = $(RelDate)
RelVer = $(VERSION)-$(RelDate)

View File

@@ -2,7 +2,7 @@
ProcList="restagent crontask sshsvc captrace data2html"
ProjectL=omc
VERSION=2.2411.3
VERSION=2.2411.4
RelDate=`date +%Y%m%d`
Release=${RelDate}
RelVer=${VERSION}-${RelDate}

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2411.3
VERSION = 2.2411.4
PLATFORM = amd64
ARMPLATFORM = aarch64
BUILDDIR = ../../build

View File

@@ -1,7 +1,7 @@
# Makefile for OMC-OMC-crontask project
PROJECT = OMC
VERSION = 2.2411.3
VERSION = 2.2411.4
LIBDIR = be.ems/lib
BINNAME = sshsvc