From d4d0662df4148801c53d6127d1f396513547d27b Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 29 Jan 2014 18:07:43 +0000 Subject: [PATCH] Re try Keyword Substitution git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2791 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qet.h b/sources/qet.h index 96073860d..2cd723d84 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -26,7 +26,7 @@ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.4"; /// QElectroTech displayed version - const QString displayedVersion = "0.4-dev ($Rev: 1234$)"; + const QString displayedVersion = "0.4-dev ($Rev$)"; QString license(); /// Orientation (used for electrical elements and their terminals) enum Orientation {North, East, South, West};