Skip to content

Commit

Permalink
updated version number to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayresdl committed Jun 14, 2018
1 parent a9b78bc commit 2a0c3f9
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,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT(libhmsbeagle, 3.0.1, beagle-dev@googlegroups.com)
AC_INIT(libhmsbeagle, 3.0.2, beagle-dev@googlegroups.com)

: ${CXXFLAGS=""}

Expand All @@ -13,7 +13,7 @@ GENERIC_LIBRARY_NAME=libhmsbeagle
#release versioning
GENERIC_MAJOR_VERSION=3
GENERIC_MINOR_VERSION=0
GENERIC_MICRO_VERSION=1
GENERIC_MICRO_VERSION=2

#API version
GENERIC_API_VERSION=1
Expand Down

0 comments on commit 2a0c3f9

Please sign in to comment.