Skip to content

Commit

Permalink
Merge pull request #109 from xanimo/0.1.2-dev-fixate
Browse files Browse the repository at this point in the history
fixate 0.1.2 as release
  • Loading branch information
xanimo committed Mar 22, 2023
2 parents 73550b1 + 1213e22 commit c3bb61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.68])
define(_PKG_VERSION_MAJOR, 0)
define(_PKG_VERSION_MINOR, 1)
define(_PKG_VERSION_BUILD, 2)
define(_PKG_VERSION_IS_RELEASE, false)
define(_PKG_VERSION_IS_RELEASE, true)

# The library version is based on libtool versioning of the ABI. The set of
# rules for updating the version can be found here:
Expand Down

0 comments on commit c3bb61a

Please sign in to comment.