diff --git a/captrace/makefile b/captrace/makefile index e4dcb3ed..18cc84d5 100644 --- a/captrace/makefile +++ b/captrace/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 1.6.1 +VERSION = 1.6.2 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/crontask/makefile b/crontask/makefile index e9240a3c..a4f3d2db 100644 --- a/crontask/makefile +++ b/crontask/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 1.6.1 +VERSION = 1.6.2 LIBDIR = ems.agt/lib BINNAME = crontask diff --git a/data2html/makefile b/data2html/makefile index b3aad4a2..6f8d64e7 100644 --- a/data2html/makefile +++ b/data2html/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 1.6.1 +VERSION = 1.6.2 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/restagent/makefile b/restagent/makefile index 7e3159e9..015071e5 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 1.6.1 +VERSION = 1.6.2 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 767e32a2..aa8dc0ac 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 1.6.1 +VERSION = 1.6.2 LIBDIR = ems.agt/lib BINNAME = sshsvc