Benjamin Renard commited on 2011-09-29 08:27:39
Showing 1 changed files, with 1 additions and 0 deletions.
| ... | ... |
@@ -65,6 +65,7 @@ done |
| 65 | 65 |
|
| 66 | 66 |
current=`egrep "define.*RCMAIL_VERSION" $RC_HOME/program/include/iniset.php|sed "s/define('.*', '\([^']*\)'.*$/\1/"`
|
| 67 | 67 |
current="`echo $current|sed 's/-rc$//'`" |
| 68 |
+current="`echo $current|sed 's/-beta$//'`" |
|
| 68 | 69 |
[ $DEBUG -eq 1 ] && echo "Current : $current" |
| 69 | 70 |
|
| 70 | 71 |
for i in `seq 1 $MAX_CHECK` |
| 71 | 72 |