15 lines
375 B
C
15 lines
375 B
C
|
#ifndef __PLASP_APP__VERSION_H
|
||
|
#define __PLASP_APP__VERSION_H
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Version
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
static constexpr const auto Version = "plasp version 3.1.0-git";
|
||
|
|
||
|
#endif
|