File: version.cpp.in

package info (click to toggle)
composite 0.006.2%2Bdfsg0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,244 kB
  • sloc: cpp: 39,829; xml: 1,370; python: 320; ansic: 219; makefile: 150; php: 73; sh: 52
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
// autogenerated from version.cpp.in
#include "version.h"
#include "config.h"

static const std::string VERSION = "@VERSION@";

std::string get_version() { return VERSION; }