release 2.2409.1 for multi-tenancy

This commit is contained in:
2024-09-25 21:00:11 +08:00
parent 326ff52258
commit 6f6f231470
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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