File: version.h

package info (click to toggle)
paulstretch 2.2-2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 420 kB
  • ctags: 670
  • sloc: cpp: 3,717; ansic: 576; sh: 47; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef VERSION_H
#define VERSION_H

#define VERSION "version 2.2-1 (20110305)"
//#define VERSION ""

#endif