Skip to content
Snippets Groups Projects
Commit 4e7d5286 authored by Florian Pose's avatar Florian Pose
Browse files

Removed branch information.

parent 3b072429
No related branches found
Tags 2.2.7
No related merge requests found
...@@ -71,7 +71,7 @@ mydist: ...@@ -71,7 +71,7 @@ mydist:
svn2cl $(srcdir) svn2cl $(srcdir)
@SVNREV=`svnversion $(srcdir)` && \ @SVNREV=`svnversion $(srcdir)` && \
$(MAKE) dist-bzip2 \ $(MAKE) dist-bzip2 \
distdir=$(PACKAGE)-$(VERSION)-$(BRANCH)-r$${SVNREV} distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
dist-hook: dist-hook:
if which svnversion >/dev/null 2>&1; then \ if which svnversion >/dev/null 2>&1; then \
......
...@@ -14,11 +14,6 @@ AC_CONFIG_SRCDIR([config.h.in]) ...@@ -14,11 +14,6 @@ AC_CONFIG_SRCDIR([config.h.in])
# Global # Global
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
branch=trunk
AC_DEFINE_UNQUOTED(BRANCH, ["$branch"], [Subversion branch])
AC_SUBST(BRANCH, [$branch])
AC_PROG_CXX AC_PROG_CXX
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
/** Master version string /** Master version string
*/ */
#define EC_MASTER_VERSION VERSION " " BRANCH " r" EC_STR(SVNREV) #define EC_MASTER_VERSION VERSION " r" EC_STR(SVNREV)
/*****************************************************************************/ /*****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment