altos: Correct AO_CONFIG_MINOR from 6 to 7
authorKeith Packard <keithp@keithp.com>
Sun, 14 Aug 2011 06:56:06 +0000 (23:56 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Aug 2011 06:56:06 +0000 (23:56 -0700)
Forgot to bump this when adding radio setting.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h

index 6a4da31ee4c21b54ef606f6c31151889767841b0..79452862e77d16a06f2e942dc673b732a1af67ee 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -1415,7 +1415,7 @@ ao_igniter_init(void);
  */
 
 #define AO_CONFIG_MAJOR        1
-#define AO_CONFIG_MINOR        6
+#define AO_CONFIG_MINOR        7
 
 struct ao_config {
        uint8_t         major;