Skip to content

Commit

Permalink
bump version 0.9.7
Browse files Browse the repository at this point in the history
This version should fix developer-mode build issues on less recent
systems. The README is also updated to a slightly more readable version
with updated instructions for some common systems.
  • Loading branch information
harenome committed Jun 26, 2023
1 parent 22f2d8b commit c60c47a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 6)
set(OSL_VERSION_PATCH 7)
set(PACKAGE_VERSION
${OSL_VERSION_MAJOR}.${OSL_VERSION_MINOR}.${OSL_VERSION_PATCH})

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenScop Library 0.9.6
OpenScop Library 0.9.7
======================

Installation
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], [6])
m4_define([version_revision], [7])

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

0 comments on commit c60c47a

Please sign in to comment.