File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
290290
291291WORKDIR /ovms
292292
293- ARG PROJECT_VERSION="2025.3"
293+ ARG PROJECT_VERSION="2025.3.0 "
294294LABEL description="OpenVINO Model Server"
295295ARG minitrace_flags
296296
@@ -379,7 +379,7 @@ RUN if [ -f /ovms_release/lib/libovms_shared.so ] ; then mv /ovms_release/lib/li
379379FROM $RELEASE_BASE_IMAGE as release
380380LABEL "name"="OVMS"
381381LABEL "vendor"="Intel Corporation"
382- LABEL "version"="2025.3"
382+ LABEL "version"="2025.3.0 "
383383LABEL "release"="2025"
384384LABEL "summary"="OpenVINO(TM) Model Server"
385385LABEL "description"="OpenVINO(TM) Model Server is a solution for serving AI models"
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ RUN if ! [[ $debug_bazel_flags == *"py_off"* ]]; then true ; else exit 0 ; fi ;
290290
291291WORKDIR /ovms
292292
293- ARG PROJECT_VERSION="2025.3"
293+ ARG PROJECT_VERSION="2025.3.0 "
294294LABEL description="OpenVINO Model Server"
295295ARG minitrace_flags
296296ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ OVMS_CPP_IMAGE_TAG ?= latest
187187
188188OVMS_PYTHON_IMAGE_TAG ?= py
189189
190- PRODUCT_VERSION ?= "2025.3"
190+ PRODUCT_VERSION ?= "2025.3.0 "
191191PROJECT_VER_PATCH =
192192
193193$(eval PROJECT_VER_PATCH:=`git rev-parse --short HEAD`)
Original file line number Diff line number Diff line change 2121WIN_OV_VERSION_REGEX = re .compile (r'[0-9]{4}.[0-9].[0-9].[^_]+' )
2222WIN_OV_ZIP_PACKAGE_DIR = "openvino_genai_windows_"
2323VERSION_FILE = "src\\ version.hpp"
24- OVMS_PROJECT_VERSION = "2025.3"
24+ OVMS_PROJECT_VERSION = "2025.3.0 "
2525
2626def help ():
2727 print ("Usage:\n \
You can’t perform that action at this time.
0 commit comments