File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.1
25+ VERSION := 0.3
2626BUILD := ` git rev-parse --short HEAD `
2727
2828HOST_GOOS =$(shell go env GOOS)
@@ -98,7 +98,7 @@ tools: tools/dep tools/protoc
9898tools/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
104104tools/protoc :
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.1 "
31+ VERSION = "0.3 "
3232)
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 1 )
49+ set (OCC_VERSION_MINOR 3 )
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