Removed branch information.

This commit is contained in:
Florian Pose 2008-09-01 14:21:42 +00:00
parent ee0d27bf53
commit 751839662a
3 changed files with 2 additions and 7 deletions

View File

@ -71,7 +71,7 @@ mydist:
svn2cl $(srcdir)
@SVNREV=`svnversion $(srcdir)` && \
$(MAKE) dist-bzip2 \
distdir=$(PACKAGE)-$(VERSION)-$(BRANCH)-r$${SVNREV}
distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
dist-hook:
if which svnversion >/dev/null 2>&1; then \

View File

@ -14,11 +14,6 @@ AC_CONFIG_SRCDIR([config.h.in])
# Global
#------------------------------------------------------------------------------
branch=trunk
AC_DEFINE_UNQUOTED(BRANCH, ["$branch"], [Subversion branch])
AC_SUBST(BRANCH, [$branch])
AC_PROG_CXX
#------------------------------------------------------------------------------

View File

@ -61,7 +61,7 @@
/** Master version string
*/
#define EC_MASTER_VERSION VERSION " " BRANCH " r" EC_STR(SVNREV)
#define EC_MASTER_VERSION VERSION " r" EC_STR(SVNREV)
/*****************************************************************************/