File: springlobby_config.h

package info (click to toggle)
springlobby 0.201-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,728 kB
  • ctags: 16,872
  • sloc: cpp: 97,957; ansic: 91,781; python: 1,225; sh: 734; perl: 238; xml: 64; makefile: 45; sed: 29
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
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 "0.201"

#endif	/* SPRINGLOBBY_HEADERGUARD_CONFIG_H */