Browse Source

[update] version change into v1.1.1

Signed-off-by: liuxinaliang <liuxianliang@rt-thread.com>
liuxinaliang 5 years ago
parent
commit
8cd020451a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      inc/ppp_device.h

+ 2 - 2
inc/ppp_device.h

@@ -46,8 +46,8 @@
 #define PPP_DROP_BUF        PPP_FRAME_MAX
 
 
-#define PPP_DEVICE_SW_VERSION           "1.1.0"
-#define PPP_DEVICE_SW_VERSION_NUM       0x10100
+#define PPP_DEVICE_SW_VERSION           "1.1.1"
+#define PPP_DEVICE_SW_VERSION_NUM       0x10101
 
 enum ppp_trans_type
 {