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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed Aug 8, 2018
1 parent 00fe365 commit 5621587
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.1
- MY_PV=0.3.2

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 1)
set(VMIC 2)
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.1
sonar.projectVersion=0.3.2

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

0 comments on commit 5621587

Please sign in to comment.