summaryrefslogtreecommitdiffstats
path: root/version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version.sh')
-rwxr-xr-xversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index ca24467e1c..f83ad5222a 100755
--- a/version.sh
+++ b/version.sh
@@ -3,7 +3,7 @@
OS=`uname -s`
case "$OS" in
CYGWIN*|Linux|MINGW*)
- last_cvs_update=`date -r .svn +%y%m%d-%H:%M 2>/dev/null`
+ last_cvs_update=r`grep committed-rev .svn/entries | head -n 1 | cut -d '"' -f 2 2>/dev/null`
;;
Darwin|*BSD*)
# BSD 'date -r' does not print modification time