Skip to content

Commit b5be0eb

Browse files
committed
Bump package version and dep version
1 parent a63a140 commit b5be0eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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.1
25+
VERSION := 0.3
2626
BUILD := `git rev-parse --short HEAD`
2727

2828
HOST_GOOS=$(shell go env GOOS)
@@ -98,7 +98,7 @@ tools: tools/dep tools/protoc
9898
tools/dep:
9999
@echo "downloading dep"
100100
mkdir -p tools
101-
curl -L https://github.com/golang/dep/releases/download/v0.3.2/dep-$(HOST_GOOS)-$(HOST_GOARCH) -o tools/dep
101+
curl -L https://github.com/golang/dep/releases/download/v0.5.0/dep-$(HOST_GOOS)-$(HOST_GOARCH) -o tools/dep
102102
chmod +x tools/dep
103103

104104
tools/protoc:

common/product/constants.go

Lines changed: 1 addition & 1 deletion
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.1"
31+
VERSION = "0.3"
3232
)

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 1)
49+
set(OCC_VERSION_MINOR 3)
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)