File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222# immunities granted to it by virtue of its status as an
2323# Intergovernmental Organization or submit itself to any jurisdiction.
2424
25- VERSION := 0.3
25+ VERSION := 0.4
2626BUILD := ` git rev-parse --short HEAD `
2727
2828HOST_GOOS =$(shell go env GOOS)
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ const (
2828 NAME = "o2control"
2929 PRETTY_SHORTNAME = "O² Control"
3030 PRETTY_FULLNAME = "O² Control System"
31- VERSION = "0.3 "
32- )
31+ VERSION = "0.4 "
32+ )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ set(OCCLIB_PRODUCT_MAINTAINER "Teo Mrnjavac <teo.mrnjavac@cern.ch>")
4646set (OCCLIB_DESCRIPTION_SUMMARY "The O² Configuration and Control library" )
4747
4848set (OCC_VERSION_MAJOR 0)
49- set (OCC_VERSION_MINOR 3 )
49+ set (OCC_VERSION_MINOR 4 )
5050set (OCC_VERSION_PATCH 0)
5151
5252set (OCC_VERSION ${OCC_VERSION_MAJOR} .${OCC_VERSION_MINOR} .${OCC_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments