Skip to content

Commit

Permalink
Move to version 2.0.36
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Aug 1, 2024
1 parent 4c129d0 commit 14c6903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPENIPMI_PKG_NAME=OpenIPMI
AC_INIT([OpenIPMI],[2.0.35],[[email protected]],[OpenIPMI])
AC_INIT([OpenIPMI],[2.0.36],[[email protected]],[OpenIPMI])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])

AC_SUBST(OPENIPMI_VERSION_MAJOR, 2)
AC_SUBST(OPENIPMI_VERSION_MINOR, 0)
AC_SUBST(OPENIPMI_VERSION_RELEASE, 35)
AC_SUBST(OPENIPMI_VERSION_RELEASE, 36)
AC_SUBST(OPENIPMI_VERSION_EXTRA, )


Expand Down

0 comments on commit 14c6903

Please sign in to comment.