Skip to content

Commit

Permalink
Update version for 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Dec 9, 2022
1 parent 1226f23 commit 2d6d767
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 @@ -46,7 +46,7 @@ dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

dnl Version info, used both in library versioning and inside dumpi.
m4_define([DUMPI_VERSION_TAG], 12)
m4_define([DUMPI_SUBVERSION_TAG], 0)
m4_define([DUMPI_SUBVERSION_TAG], 1)
m4_define([DUMPI_SUBSUBVERSION_TAG], 0)
# Enable this for releases
dnl m4_define([DUMPI_SNAPSHOT_TAG])
Expand All @@ -72,12 +72,12 @@ dnl dumpi_profile as the first argument for IO calls).
dnl Dumpi version 1.0.0 given libversion 3.0.0 because of several new
dnl API calls, bug fixes, and renamings.
m4_define([DUMPI_MAJOR_LIBVERS], 12)
m4_define([DUMPI_MINOR_LIBVERS], 0)
m4_define([DUMPI_MINOR_LIBVERS], 1)
m4_define([DUMPI_BACKW_LIBVERS], 0)
m4_define([DUMPI_LIBVERSION_TAG],
[DUMPI_MAJOR_LIBVERS:DUMPI_MINOR_LIBVERS:DUMPI_BACKW_LIBVERS])

AC_INIT([dumpi],[DUMPI_ACVERSION_TAG],[jjwilke@sandia.gov])
AC_INIT([dumpi],[DUMPI_ACVERSION_TAG],[wg-sst@sandia.gov])
AC_CONFIG_MACRO_DIR([acinclude])
AC_CONFIG_AUX_DIR(bin)
AC_CONFIG_HEADERS([dumpi/dumpiconfig-generated.h])
Expand Down

0 comments on commit 2d6d767

Please sign in to comment.