Merge branch 'master' into root6
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
AC_REVISION([m4_esyscmd_s([git describe --always])])
|
||||
|
||||
AC_PREREQ(2.63)
|
||||
AC_INIT([musrfit],[0.16.0],[andreas.suter@psi.ch])
|
||||
AC_INIT([musrfit],[0.17.0],[andreas.suter@psi.ch])
|
||||
AC_CONFIG_AUX_DIR(admin)
|
||||
AC_CANONICAL_HOST
|
||||
#AC_MSG_RESULT([${host} ${host_cpu} ${host_vendor} ${host_os}])
|
||||
@ -35,7 +35,7 @@ dnl -----------------------------------------------
|
||||
|
||||
#release versioning
|
||||
MUSR_MAJOR_VERSION=0
|
||||
MUSR_MINOR_VERSION=16
|
||||
MUSR_MINOR_VERSION=17
|
||||
MUSR_MICRO_VERSION=0
|
||||
|
||||
#release versioning
|
||||
@ -1404,6 +1404,7 @@ echo ""
|
||||
echo " Installation directories:"
|
||||
echo " -------------------------"
|
||||
echo ""
|
||||
echo " Programs and XML configuration files: ${INSTALLDIR}/bin"
|
||||
echo " Documentation: ${DOCDIR}"
|
||||
echo " Programs: ${INSTALLDIR}/bin"
|
||||
echo " XML configuration files: ${HOME}/.musrfit"
|
||||
echo " Documentation: ${DOCDIR}"
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user