libtasks Documentation  1.6
version.cpp
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 #include <tasks/version.h>
9 
10 namespace tasks {
11 
12 const char* version_helper::version = TASKS_VERSION;
13 
14 const char* version() { return version_helper::version; }
15 }
const char * version()
Definition: version.cpp:14
static const char * version
Definition: version.h:14