Skip to content

Commit

Permalink
bump version 0.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Harenome Ranaivoarivony-Razanajato <[email protected]>
  • Loading branch information
harenome committed Jan 23, 2022
1 parent 094dd66 commit 1fa5e35
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 3)
set(OSL_VERSION_PATCH 4)
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], [3])
m4_define([version_revision], [4])

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

0 comments on commit 1fa5e35

Please sign in to comment.