Skip to content

Commit

Permalink
bump version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harenome committed Jun 15, 2023
1 parent c25a295 commit a1c6c2c
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 5)
set(OSL_VERSION_PATCH 6)
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], [5])
m4_define([version_revision], [6])

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

0 comments on commit a1c6c2c

Please sign in to comment.