Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit ee2ef16

Browse files
committed
Increment version to 0.2.7
1 parent 2e683a3 commit ee2ef16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: required
44
dist: xenial
55
env:
66
global:
7-
- MY_PV=0.2.6
7+
- MY_PV=0.2.7
88

99
install:
1010
- sudo add-apt-repository -y ppa:linuxuprising/java

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required (VERSION 2.6)
1717
project (jem C)
1818
set(VERSION_MAJOR 0)
1919
set(VERSION_MINOR 2)
20-
set(VERSION_PATCH 6)
20+
set(VERSION_PATCH 7)
2121
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2222

2323
configure_file ("${PROJECT_SOURCE_DIR}/include/version.h.in"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=jem
22
sonar.projectName=jem
3-
sonar.projectVersion=0.2.6
3+
sonar.projectVersion=0.2.7
44

55
sonar.sources=.
66
sonar.exclusions=**/CMake*.c*,**/feature_tests.c*

0 commit comments

Comments
 (0)