Skip to content

Commit

Permalink
Bump to v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickKoch committed May 20, 2016
1 parent 61871c0 commit 4ea0f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .robotpkg.sh
@@ -1,6 +1,6 @@
#!/bin/sh

NEW_VER=0.2.7
NEW_VER=0.2.8

PKGNAME=gladys
PKGTYPE=wip
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

set(PACKAGE_NAME gladys)
set(PACKAGE_VERSION "0.2.7")
set(PACKAGE_VERSION "0.2.8")

option(BUILD_TESTS "Build tests" ON)
option(BUILD_PYTHON "Build Python bindings" ON)
Expand Down

0 comments on commit 4ea0f8d

Please sign in to comment.