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

Commit

Permalink
Increment version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed Apr 4, 2018
1 parent 0b4d7e9 commit c9887f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required
dist: trusty
env:
global:
- MY_PV=0.2.3
- MY_PV=0.2.4
jdk:
- oraclejdk9

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required (VERSION 2.6)
project (jem C)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 3)
set(VERSION_PATCH 4)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

configure_file ("${PROJECT_SOURCE_DIR}/include/version.h.in"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=jem
sonar.projectName=jem
sonar.projectVersion=0.2.2
sonar.projectVersion=0.2.4

sonar.sources=.
sonar.exclusions=**/CMake*.c*,**/feature_tests.c*
Expand Down

0 comments on commit c9887f7

Please sign in to comment.