Skip to content

Commit

Permalink
Update version to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Jun 24, 2022
1 parent 47dca72 commit 5e82b11
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 @@ -52,7 +52,7 @@ dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Version info, used both in library versioning and inside sstmacro.
m4_define([SSTMAC_VERSION_TAG], 12)
m4_define([SSTMAC_SUBVERSION_TAG], 0)
m4_define([SSTMAC_SUBSUBVERSION_TAG], 0)
m4_define([SSTMAC_SUBSUBVERSION_TAG], 1)

dnl Enable this for releases
dnl m4_define([SSTMAC_SNAPSHOT_TAG])
Expand Down Expand Up @@ -101,7 +101,7 @@ dnl else if interfaces are added: CURRENT++, REVISION=0, AGE++
dnl else (no interface changes): REVISION++
m4_define([SSTMAC_CURRENT_LIBVERS], 12)
m4_define([SSTMAC_REVISION_LIBVERS], 0)
m4_define([SSTMAC_AGE_LIBVERS], 0)
m4_define([SSTMAC_AGE_LIBVERS], 1)
m4_define([SSTMAC_LIBVERSION_TAG],
[SSTMAC_CURRENT_LIBVERS:SSTMAC_REVISION_LIBVERS:SSTMAC_AGE_LIBVERS])

Expand Down

0 comments on commit 5e82b11

Please sign in to comment.