Skip to content

Commit

Permalink
Update version for 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allevin committed Oct 21, 2021
1 parent d549db2 commit b5ef7fe
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 @@

AC_INIT([SSTCore], [-dev], [[email protected]])
AC_INIT([SSTCore], [11.1.0], [[email protected]])

AC_PREREQ([2.59])

Expand All @@ -17,7 +17,7 @@ AC_CONFIG_HEADERS([src/sst/core/sst_config.h])
# Lets check for the standard compilers and basic options
AC_PROG_CC
AM_PROG_CC_C_O
m4_if(m4_defn([AC_AUTOCONF_VERSION]), 2.71,, m4_defn([AC_AUTOCONF_VERSION]), 2.70,, [AC_PROG_CC_C99])
m4_if(m4_defn([AC_AUTOCONF_VERSION]), 2.71,, m4_defn([AC_AUTOCONF_VERSION]), 2.70,, [AC_PROG_CC_C99])
AC_C_INLINE
AC_PROG_MAKE_SET

Expand Down

0 comments on commit b5ef7fe

Please sign in to comment.