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.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed May 22, 2019
1 parent 535ce80 commit 0d254f8
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.3.3
- MY_PV=0.3.4

install:
- sudo add-apt-repository -y ppa:niko2040/e19
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
project(ecrire C)
set(VMAJ 0)
set(VMIN 3)
set(VMIC 3)
set(VMIC 4)
set(PACKAGE_VERSION ${VMAJ}.${VMIN}.${VMIC})

set(PACKAGE ${CMAKE_PROJECT_NAME})
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=ecrire
sonar.projectName=ecrire
sonar.projectVersion=0.3.3
sonar.projectVersion=0.3.4

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

0 comments on commit 0d254f8

Please sign in to comment.