[dss-commits] digitalSTROM Server branch, 0.6, updated. 2b59870b75053003a6424e8a7f9f04ce4ac184f3

git version control dss-commits at forum.digitalstrom.org
Mon Nov 16 16:40:22 CET 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "digitalSTROM Server".

The branch, 0.6 has been updated
       via  2b59870b75053003a6424e8a7f9f04ce4ac184f3 (commit)
      from  0b634cdb4731c1dfb06fba91fc5ba9ee43e6337e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b59870b75053003a6424e8a7f9f04ce4ac184f3
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Mon Nov 16 16:39:04 2009 +0100

    DSS: remove 'r' prefix from revision number
    
    The 'r' prefix doesn't make sense now that we're using git. Removed.

-----------------------------------------------------------------------

Changes:
diff --git a/core/dss.cpp b/core/dss.cpp
index cb5e566..6417426 100644
--- a/core/dss.cpp
+++ b/core/dss.cpp
@@ -302,7 +302,7 @@ const char* DataDirectory = "data/";
     ostr << " v" << DSS_VERSION;
 #endif
 #ifdef HAVE_BUILD_INFO_H
-    ostr << " (r" << DSS_RCS_REVISION << ")"
+    ostr << " (" << DSS_RCS_REVISION << ")"
          << " (" << DSS_BUILD_USER << "@" << DSS_BUILD_HOST << ")"
          << " " << DSS_BUILD_DATE;
 #endif


hooks/post-receive
-- 
digitalSTROM Server


More information about the dss-commits mailing list