Skip to content

Commit

Permalink
Bump package version and dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Dec 12, 2018
1 parent a63a140 commit b5be0eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# immunities granted to it by virtue of its status as an
# Intergovernmental Organization or submit itself to any jurisdiction.

VERSION := 0.1
VERSION := 0.3
BUILD := `git rev-parse --short HEAD`

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

tools/protoc:
Expand Down
2 changes: 1 addition & 1 deletion common/product/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ const (
NAME = "o2control"
PRETTY_SHORTNAME = "O² Control"
PRETTY_FULLNAME = "O² Control System"
VERSION = "0.1"
VERSION = "0.3"
)
2 changes: 1 addition & 1 deletion occ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(OCCLIB_PRODUCT_MAINTAINER "Teo Mrnjavac <teo.mrnjavac@cern.ch>")
set(OCCLIB_DESCRIPTION_SUMMARY "The O² Configuration and Control library")

set(OCC_VERSION_MAJOR 0)
set(OCC_VERSION_MINOR 1)
set(OCC_VERSION_MINOR 3)
set(OCC_VERSION_PATCH 0)

set(OCC_VERSION ${OCC_VERSION_MAJOR}.${OCC_VERSION_MINOR}.${OCC_VERSION_PATCH})
Expand Down

0 comments on commit b5be0eb

Please sign in to comment.