File: version.h

package info (click to toggle)
fbxkb 0.6-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 640 kB
  • sloc: ansic: 760; makefile: 83; sh: 44
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#ifndef _VERSION_H
#define _VERSION_H


/* do not change this line - Makefile's 'tar' target depends on it */
#define VERSION "0.6"


#endif