aboutsummaryrefslogtreecommitdiff
path: root/version.h
blob: 011d7acaa2f13c003cf660b806b5023bbc067d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NITROKEYAPP_VERSION_H
#define NITROKEYAPP_VERSION_H

#include <string>

namespace Version {
  extern const std::string version;
  extern const std::string version_more;
};


#endif //NITROKEYAPP_VERSION_H