diff --git a/CMakeLists.txt b/CMakeLists.txt index 88a28c0a..0ab9347f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ ### VERSION DEFINITIONS ### cmake_minimum_required(VERSION 3.22) -project(evio VERSION 6.1.0 LANGUAGES C CXX) +project(evio VERSION 6.1.3 LANGUAGES C CXX) set(CMAKE_C_STANDARD 11) set(CMAKE_CXX_STANDARD 20) # C/C++ build options diff --git a/java/jars/jevio-6.0.0.jar b/java/jars/jevio-6.0.0.jar deleted file mode 100644 index 31774662..00000000 Binary files a/java/jars/jevio-6.0.0.jar and /dev/null differ diff --git a/java/jars/jevio-6.0.0-jar-with-dependencies.jar b/java/jars/jevio-6.1.3-jar-with-dependencies.jar similarity index 72% rename from java/jars/jevio-6.0.0-jar-with-dependencies.jar rename to java/jars/jevio-6.1.3-jar-with-dependencies.jar index c4c8c1af..5ae1548f 100644 Binary files a/java/jars/jevio-6.0.0-jar-with-dependencies.jar and b/java/jars/jevio-6.1.3-jar-with-dependencies.jar differ diff --git a/java/jars/jevio-6.1.3.jar b/java/jars/jevio-6.1.3.jar new file mode 100644 index 00000000..90c33141 Binary files /dev/null and b/java/jars/jevio-6.1.3.jar differ diff --git a/pom.xml b/pom.xml index 4f8d9e6c..02fb83cd 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.jlab.coda jevio - 6.1.2 + 6.1.3 Jefferson Lab EVIO Java Library (JEVIO) Java library for EVIO (Event Input/Output) jar