OK, so an easier way to manage versions.

Debian package creation - crude, probably violated the Debian policys
but it seems to work just fine...
some other changes.
This commit is contained in:
Gordon Henderson
2015-01-31 16:43:08 +00:00
parent eb1fc2c920
commit 7cb817498e
13 changed files with 169 additions and 117 deletions

View File

@@ -40,6 +40,7 @@
#include <gertboard.h>
#include <piFace.h>
#include "version.h"
extern int wiringPiDebug ;
@@ -53,7 +54,6 @@ extern void doPins (void) ;
# define FALSE (1==2)
#endif
#define VERSION "2.23"
#define PI_USB_POWER_CONTROL 38
#define I2CDETECT "/usr/sbin/i2cdetect"