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

Commit c9887f7

Browse files
committed
Increment version to 0.2.4
1 parent 0b4d7e9 commit c9887f7

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: trusty
55
env:
66
global:
7-
- MY_PV=0.2.3
7+
- MY_PV=0.2.4
88
jdk:
99
- oraclejdk9
1010

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 3)
20+
set(VERSION_PATCH 4)
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.2
3+
sonar.projectVersion=0.2.4
44

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

0 commit comments

Comments
 (0)