Project

General

Profile

« Previous | Next » 

Revision d072fb87

Added by Pierre-Loïc Garoche almost 3 years ago

Preparing release 1.7 Xia/Huai

View differences:

configure.ac
1 1
define([gitversion], esyscmd([sh -c "git log --oneline | wc -l | tr -d ' \n'"]))
2 2

  
3
AC_INIT([lustrec], 1.7-gitversion, [ploc@garoche.net])
3
AC_INIT([lustrec], 1.7, [ploc@garoche.net])
4 4
AC_SUBST(VERSION_NUMBER, 1.7)
5
AC_SUBST(VERSION_CODENAME, "Xia/Huai-dev")
5
AC_SUBST(VERSION_CODENAME, "Xia/Huai")
6 6

  
7 7
gitbranch=`git branch | grep \* | sed "s/\*[ ]*//"`
8 8
AC_SUBST(GITBRANCH, "$gitbranch")

Also available in: Unified diff