Skip to content

Commit

Permalink
bump version 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Harenome Ranaivoarivony-Razanajato <[email protected]>
  • Loading branch information
harenome committed Apr 7, 2017
1 parent 13af5ad commit 403e15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cmake_minimum_required(VERSION 3.1)
#///////////////////////////////////////////////////////////////////#

set(OSL_VERSION_MAJOR 0)
set(OSL_VERSION_MINOR 8)
set(OSL_VERSION_PATCH 4)
set(OSL_VERSION_MINOR 9)
set(OSL_VERSION_PATCH 1)
set(PACKAGE_VERSION
${OSL_VERSION_MAJOR}.${OSL_VERSION_MINOR}.${OSL_VERSION_PATCH})

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dnl Input file for autoconf to build a configuration shellscript.

m4_define([version_major], [0])
m4_define([version_minor], [9])
m4_define([version_revision], [0])
m4_define([version_revision], [1])

AC_PREREQ(2.53)
dnl Fill here the @bug email adress.
Expand Down

0 comments on commit 403e15a

Please sign in to comment.