Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Apr 12, 2024
1 parent 64ad2f8 commit 08032be
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
Expand Up @@ -5,10 +5,10 @@ AC_PREREQ([2.63])

# IMPORTANT: when editing the version number, edit both the
# MARGO_VERSION_ variables and the argument provided to AC_INIT
AC_INIT([margo], [0.15.0], [],[],[])
AC_INIT([margo], [0.16.0], [],[],[])

MARGO_VERSION_MAJOR=0
MARGO_VERSION_MINOR=15
MARGO_VERSION_MINOR=16
MARGO_VERSION_PATCH=0
MARGO_VERSION="$MARGO_VERSION_MAJOR.$MARGO_VERSION_MINOR.$MARGO_VERSION_PATCH"
MARGO_VERSION_NUM=$((MARGO_VERSION_MAJOR*100000+MARGO_VERSION_MINOR*100+MARGO_VERSION_PATCH))
Expand Down

0 comments on commit 08032be

Please sign in to comment.