Skip to content

Commit

Permalink
bump version 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Harenome Ranaivoarivony-Razanajato <[email protected]>
  • Loading branch information
harenome committed Sep 27, 2021
1 parent b93009f commit b9fda7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.1)

set(OSL_VERSION_MAJOR 0)
set(OSL_VERSION_MINOR 9)
set(OSL_VERSION_PATCH 2)
set(OSL_VERSION_PATCH 3)
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], [2])
m4_define([version_revision], [3])

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

0 comments on commit b9fda7c

Please sign in to comment.