Ver código fonte

Mutex TryLock implementiert.

Rind 9 meses atrás
pai
commit
353fccd46b
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,7 +1,7 @@
 ## libgfaipc  
 
 ***Version:***  
-libgfaipc.so.1.8.0  
+libgfaipc.so.1.9.0  
 
 ***SO-Name:***  
 libgfaipc.so.1
@@ -60,3 +60,6 @@ gfa/shm.h, gfa/mutex.h, gfa/sema.h, gfa/procmem.h, gfa/thread.h
 
 * **1.8.0**<br>
 	ADC-Info für Systeme ohne Tiva. Bugfixes.
+
+* **1.9.0**<br>
+	TryLock (Mutex) implementiert.