smflite

diff src/config.h @ 0:4264abea8b06

smf-lite initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Jan 2012 11:25:11 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/config.h	Thu Jan 26 11:25:11 2012 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef CONFIG_H_
     1.5 +#define CONFIG_H_
     1.6 +
     1.7 +#define PACKAGE_VERSION	"1.3-lite"
     1.8 +
     1.9 +#endif	/* CONFIG_H_ */