Skip to content

Commit 6f04066

Browse files
committed
Bump version
1 parent b0cb444 commit 6f04066

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
2626
BUILD := `git rev-parse --short HEAD`
2727

2828
HOST_GOOS=$(shell go env GOOS)

common/product/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
)

occ/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set(OCCLIB_PRODUCT_MAINTAINER "Teo Mrnjavac <teo.mrnjavac@cern.ch>")
4646
set(OCCLIB_DESCRIPTION_SUMMARY "The O² Configuration and Control library")
4747

4848
set(OCC_VERSION_MAJOR 0)
49-
set(OCC_VERSION_MINOR 3)
49+
set(OCC_VERSION_MINOR 4)
5050
set(OCC_VERSION_PATCH 0)
5151

5252
set(OCC_VERSION ${OCC_VERSION_MAJOR}.${OCC_VERSION_MINOR}.${OCC_VERSION_PATCH})

0 commit comments

Comments
 (0)