Browse Source

Falsche Byteorder bei Adressen von DHCP-Interfaces bereinigt.

Rind 2 năm trước cách đây
mục cha
commit
0e02776f18
2 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 8 1
      README.md
  2. 1 1
      gfanet.pro

+ 8 - 1
README.md

@@ -5,7 +5,7 @@ Tools zur Bearbeitung und Verwaltung der Netzwerkkonfiguration.
 ---
 
 ***Version:***  
-libgfanet.so.1.0.0  
+libgfanet.so.1.1.0  
 
 ***SO-Name:***  
 libgfanet.so.1
@@ -30,3 +30,10 @@ libgfanet.so (-lgfanet)
 **Installation:**
 
 * Wird durch die [GfaLibs-Installers](https://gogs.reru.org/GfA/GfaLibs-Installers) mitinstalliert.
+
+---
+
+**History:**
+
+* **1.1.0**<br>
+	Falsche Byteorder bei Adressen von DHCP-Interfaces bereinigt.

+ 1 - 1
gfanet.pro

@@ -1,5 +1,5 @@
 TEMPLATE = lib
-VERSION = 1.0
+VERSION = 1.1
 CONFIG += c++11 shared thread
 CONFIG -= qt app_bundle