summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/translator.py')
-rw-r--r--doc/translator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translator.py b/doc/translator.py
index aa182f0..4ec7d2f 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -1266,7 +1266,7 @@ class TrManager:
self.numLang -= 1 # the couple will be counted as one
# Extract the version of Doxygen.
- f = file(os.path.join(self.doxy_path, 'version'))
+ f = file(os.path.join(self.doxy_path, 'VERSION'))
self.doxVersion = f.readline().strip()
f.close()