Skip to content

Commit

Permalink
-increased age
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledibenedetto committed Jun 19, 2012
1 parent 902e37a commit 084e4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [9])
AC_SUBST([STORM_FRONTEND_AGE_NUMBER], [10])

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

0 comments on commit 084e4b5

Please sign in to comment.