Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Aug 22, 2024
1 parent a840d90 commit 84245fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.17.3], [],[],[])
AC_INIT([margo], [0.18.0], [],[],[])

MARGO_VERSION_MAJOR=0
MARGO_VERSION_MINOR=17
MARGO_VERSION_PATCH=3
MARGO_VERSION_MINOR=18
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 84245fe

Please sign in to comment.