Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Oct 21, 2024
1 parent 5f08e35 commit 80795f5
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,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.18.1], [],[],[])
AC_INIT([margo], [0.18.2], [],[],[])

MARGO_VERSION_MAJOR=0
MARGO_VERSION_MINOR=18
MARGO_VERSION_PATCH=1
MARGO_VERSION_PATCH=2
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 80795f5

Please sign in to comment.