Browse Source

Merge branch 'master' into issue1703


git-svn-id: http://svn.dmdirc.com/trunk@4827 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6.3m1rc1
Chris Smith 15 years ago
parent
commit
7e2cd8e025
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      AddSVN.sh

+ 1
- 0
AddSVN.sh View File

@@ -9,6 +9,7 @@ fi;
9 9
 
10 10
 SVNREV=`$SVN info | grep Revision`
11 11
 SVNREV=${SVNREV##*: }
12
+SVNREV=4800
12 13
 
13 14
 GNUSED=`sed --version 2>&1 | grep GNU`
14 15
 if [ "" != "${GNUSED}" ]; then

Loading…
Cancel
Save