Skip to content

Commit

Permalink
Merge pull request #506 from jsquyres/pr/v1.3.0/final-version-bump
Browse files Browse the repository at this point in the history
configure.ac: bump version to v1.3.0
  • Loading branch information
jsquyres committed Apr 11, 2016
2 parents f72e2d4 + f77dd01 commit 0952d31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
dnl
dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.3.0rc3], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.3.0], [ofiwg@lists.openfabrics.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit 0952d31

Please sign in to comment.