Skip to content

Commit

Permalink
added prefs version
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylight committed Apr 20, 2014
1 parent ee676c9 commit 0f69033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -43,6 +43,7 @@ AC_SUBST([PACKAGE_MAJOR_VERSION], m4_esyscmd([./version --major]), [major versio
AC_SUBST([PACKAGE_MINOR_VERSION], m4_esyscmd([./version --minor]), [minor version])
AC_SUBST([PACKAGE_MICRO_VERSION], m4_esyscmd([./version --micro]), [micro version])
AC_SUBST([PACKAGE_GIT_VERSION], m4_esyscmd([./version --git]), [git version])
AC_SUBST([PACKAGE_PREFS_VERSION], m4_esyscmd([./version --prefs]), [prefs version])
AC_SUBST([DEBIAN_REVISION], m4_esyscmd([./version --debian]), [debian revision])


Expand Down Expand Up @@ -174,6 +175,7 @@ Configure summary:
\tPackage.....................: ${PACKAGE_STRING}
\tDescription.................: ${PACKAGE_DESCRIPTION}
\tRevision....................: ${PACKAGE_GIT_VERSION}
\tPreferences version.........: ${PACKAGE_PREFS_VERSION}
\tURL.........................: ${PACKAGE_URL}
\tBugreports..................: ${PACKAGE_BUGREPORT}
\tCapture mechanisms..........: ${CAPTURE}
Expand Down

0 comments on commit 0f69033

Please sign in to comment.