Browse Source

Increase library version

Patrick-Christopher Mattulat 1 year ago
parent
commit
66b2ba9194
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-# Lynar Studios - Standard Library - JNI - 2023.2.0 #
+# Lynar Studios - Standard Library - JNI - 2023.3.0 #
 
 
 This library has __Java Native Interface__ (JNI) bindings to selective functionalities of the C++ counterpart library "Lynar Studios - Standard Library". The purpose of this Java library is to provide functionalities within the Java world, you'd usually miss.
 This library has __Java Native Interface__ (JNI) bindings to selective functionalities of the C++ counterpart library "Lynar Studios - Standard Library". The purpose of this Java library is to provide functionalities within the Java world, you'd usually miss.
 
 
@@ -28,7 +28,7 @@ The time module currently provides functionalities to set the local system time.
 In order to use the C++ library's functionalities in a Java application the required binary file(s) must be available on the system in use.
 In order to use the C++ library's functionalities in a Java application the required binary file(s) must be available on the system in use.
 
 
 For that the binary file has to be located in the operating system's library path location.  
 For that the binary file has to be located in the operating system's library path location.  
-e.g. __libls-std-time.so__ must be located in __/user/lib__ location on Linux systems 
+e.g. __libls-std-time.so__ must be located in __/usr/lib__ location on Linux systems 
 
 
 ### Build ###
 ### Build ###
 
 
@@ -38,7 +38,7 @@ Compilation of this library requires the following prerequisites to be in place:
 |--------------------------------------------------------------|------------------------------------------------------------------------------------------|
 |--------------------------------------------------------------|------------------------------------------------------------------------------------------|
 | Maven                                                        | this is the library's build tool and is required in version __3.6.x__                    |
 | Maven                                                        | this is the library's build tool and is required in version __3.6.x__                    |
 | Java Development Kit (JDK)                                   | this library uses JDK-11                                                                 |
 | Java Development Kit (JDK)                                   | this library uses JDK-11                                                                 |
-| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use in version __2023.2.0__ |
+| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use in version __2023.3.0__ |
 
 
 If your system fulfills these prerequisites, compiling the Java library is simple - navigate to the project's root directory and use the following maven command:
 If your system fulfills these prerequisites, compiling the Java library is simple - navigate to the project's root directory and use the following maven command: