Minor version update

This commit is contained in:
Sébastien Rombauts 2013-03-12 22:55:03 +01:00
parent 6b82881841
commit 017927741f
2 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,7 @@ and then is always valid until destroyed.
Developements and tests are done under the following OSs : Developements and tests are done under the following OSs :
- Debian 7 (testing) - Debian 7 (testing)
- Ubuntu 12.04 - Ubuntu 12.10
- Windows XP/7/8 - Windows XP/7/8
And following IDEs/Compilers And following IDEs/Compilers
- GCC 4.7.x with a provided Makefile - GCC 4.7.x with a provided Makefile

View File

@ -696,8 +696,7 @@ INPUT_ENCODING = UTF-8
# *.f90 *.f *.for *.vhd *.vhdl # *.f90 *.f *.for *.vhd *.vhdl
FILE_PATTERNS = *.cpp \ FILE_PATTERNS = *.cpp \
*.h \ *.h
*.vhdl
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO. # should be searched for input files as well. Possible values are YES and NO.