Bladeren bron

version 1.999.113rc1

ambrop7 14 jaren geleden
bovenliggende
commit
e8527900c1
2 gewijzigde bestanden met toevoegingen van 7 en 2 verwijderingen
  1. 6 1
      ChangeLog
  2. 1 1
      misc/version.h

+ 6 - 1
ChangeLog

@@ -1,4 +1,9 @@
-Version 1.999.112:
+Version 1.999.113:
+
+- Improve build system to allow selective building of components.
+  By default, everything is built, unless -DBUILD_NOTHING_BY_DEFAULT=1 is given.
+  Individual components can then be enabled or disabled using -DBUILD_COMPONENT=1
+  and -DBUILD_COMPONENT=0.
 
 - NCD: net.backend.wpa_supplicant(): add 'bssid' and 'ssid' variables to allow
   determining what wireless network wpa_supplicant connected to.

+ 1 - 1
misc/version.h

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