Skip to content

Commit

Permalink
-increased version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledibenedetto committed Dec 19, 2012
1 parent 7942af6 commit 9f1a5fa
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 @@ -13,7 +13,7 @@
# limitations under the License.

AC_PREREQ([2.59])
AC_INIT([storm frontend server], [1.8.0])
AC_INIT([storm frontend server], [1.8.1])
AC_CONFIG_AUX_DIR([./project])
#AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
AC_CONFIG_SRCDIR([src/frontend/storm-frontend.cpp])
Expand All @@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Release number
osdist=`cat /etc/redhat-release | awk 'BEGIN {FS="release "} {print $2}'| awk 'BEGIN {FS="."} {print $1}'`
AC_SUBST([STORM_FRONTEND_SO], [sl$osdist])
AC_SUBST([STORM_FRONTEND_AGE_NUMBER], [15])
AC_SUBST([STORM_FRONTEND_AGE_NUMBER], [1])

AC_SUBST([PACKAGE_PREFIX_NAME], [storm])
AC_SUBST([PACKAGE_LONG_NAME], [storm-frontend-server])
Expand Down

0 comments on commit 9f1a5fa

Please sign in to comment.