[DEV/API] change .h in .hpp

This commit is contained in:
Edouard DUPIN 2016-09-30 22:28:36 +02:00
parent a9699e3e00
commit 903edc9349
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* @license BSD v3 (see license file)
*/
#include <date/date.h>
#include <date/date.hpp>
#ifndef BUILD_YEAR
#define BUILD_YEAR 1070
#endif

View File

@ -30,7 +30,7 @@ def create(target, module_name):
'date/date.cpp'
])
my_module.add_header_file([
'date/date.h'
'date/date.hpp'
])
now = datetime.datetime.now()
my_module.add_flag('c++', [