diff options
Diffstat (limited to 'rpihddevice.c')
-rw-r--r-- | rpihddevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpihddevice.c b/rpihddevice.c index 68c78bb..05ce3d0 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -12,7 +12,7 @@ #include "setup.h" #include "types.h" -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.6a"; static const char *DESCRIPTION = "HD output device for Raspberry Pi"; class cDummyDevice : cDevice |