update 2023-03-01 23:38:49
This commit is contained in:
parent
fe7cfc0db6
commit
e5122655b0
|
@ -3282,6 +3282,10 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
|
|||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.node-system-commands #cbi-luci.cbi-map fieldset.cbi-section {
|
||||
align-items: unset;
|
||||
text-align: unset;
|
||||
}
|
||||
|
||||
.node-network-network .ifacebox strong{
|
||||
color: var(--ifaceboxFontColor);
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
+++ b/src/base/version.h.in
|
||||
@@ -31,7 +31,7 @@
|
||||
#define QBT_VERSION_MAJOR 4
|
||||
#define QBT_VERSION_MINOR 4
|
||||
#define QBT_VERSION_BUGFIX 5
|
||||
#define QBT_VERSION_MINOR 5
|
||||
#define QBT_VERSION_BUGFIX 2
|
||||
-#define QBT_VERSION_BUILD 10
|
||||
+#define QBT_VERSION_BUILD 0
|
||||
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
|
||||
|
||||
#define QBT__STRINGIFY(x) #x
|
||||
|
||||
--- a/src/base/bittorrent/sessionimpl.cpp
|
||||
+++ b/src/base/bittorrent/sessionimpl.cpp
|
||||
|
|
Loading…
Reference in New Issue