Przeglądaj źródła

version 1.999.126

ambrop7 13 lat temu
rodzic
commit
fc983ddd4f
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 2 - 0
ChangeLog

@@ -1,3 +1,5 @@
+Version 1.999.126:
+
 - NCD: modules: sleep: interpret empty string time as no sleeping, add sleep(ms_start) with one argument
 
 - NCD: modules: add log module for message logging using the BLog system

+ 1 - 1
misc/version.h

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