File: config.h

package info (click to toggle)
springlobby 0.274-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,960 kB
  • sloc: cpp: 76,749; ansic: 62,823; python: 468; sh: 289; xml: 52; makefile: 40; sed: 16
file content (11 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
/* This file is part of the Springlobby (GPL v2 or later), see COPYING */

#ifndef SPRINGLOBBY_HEADERGUARD_CONFIG_H
#define SPRINGLOBBY_HEADERGUARD_CONFIG_H

#undef VERSION

/* the git tag / commit we build from */
#define VERSION "@SPRINGLOBBY_REV@"

#endif	/* SPRINGLOBBY_HEADERGUARD_CONFIG_H */