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