libtasks Documentation  1.6
version.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2014 ADTECH GmbH
3  * Licensed under MIT (https://github.com/adtechlabs/libtasks/blob/master/COPYING)
4  *
5  * Author: Andreas Pohl
6  */
7 
8 #ifndef _TASKS_VERSION_H_
9 #define _TASKS_VERSION_H_
10 
11 namespace tasks {
12 
14  static const char* version;
15 };
16 
17 const char* version();
18 }
19 
20 #endif // _TASKS_VERSION_H_
const char * version()
Definition: version.cpp:14
static const char * version
Definition: version.h:14