Quellcode durchsuchen

version 1.999.110

ambrop7 vor 14 Jahren
Ursprung
Commit
d5ce7740eb
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 2 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 2 - 0
ChangeLog

@@ -1,3 +1,5 @@
+Version 1.999.110:
+
 - Improved protocol such that peers can use SSL when comminicating via the server. This
   improves security, as compromising the server will not allow the attacker to see secret
   data shared by peers (in particular, encryption keys and OTP seeds when in UDP mode).

+ 1 - 1
misc/version.h

@@ -28,7 +28,7 @@
 #define BADVPN_MISC_VERSION_H
 
 #define GLOBAL_PRODUCT_NAME "BadVPN"
-#define GLOBAL_VERSION "1.999.109"
+#define GLOBAL_VERSION "1.999.110"
 #define GLOBAL_COPYRIGHT_NOTICE "Copyright (C) 2010 Ambroz Bizjak <ambrop7@gmail.com>"
 
 #endif