From 017927741fdc877c738bb9c03befa8ae94011eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 12 Mar 2013 22:55:03 +0100 Subject: [PATCH] Minor version update --- README.md | 2 +- SQLiteCpp.Doxyfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b08732c..fb79680 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ and then is always valid until destroyed. Developements and tests are done under the following OSs : - Debian 7 (testing) -- Ubuntu 12.04 +- Ubuntu 12.10 - Windows XP/7/8 And following IDEs/Compilers - GCC 4.7.x with a provided Makefile diff --git a/SQLiteCpp.Doxyfile b/SQLiteCpp.Doxyfile index e1a3ca4..e0a1d9e 100644 --- a/SQLiteCpp.Doxyfile +++ b/SQLiteCpp.Doxyfile @@ -696,8 +696,7 @@ INPUT_ENCODING = UTF-8 # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = *.cpp \ - *.h \ - *.vhdl + *.h # 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.