Skip to content

Commit 93c65b5

Browse files
authored
Merge pull request #41 from JeffersonLab/evio-6-dev
Evio 6 dev
2 parents 90a121c + 4cf252e commit 93c65b5

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### VERSION DEFINITIONS ###
44
cmake_minimum_required(VERSION 3.22)
5-
project(evio VERSION 6.1.0 LANGUAGES C CXX)
5+
project(evio VERSION 6.1.3 LANGUAGES C CXX)
66
set(CMAKE_C_STANDARD 11)
77
set(CMAKE_CXX_STANDARD 20)
88
# C/C++ build options

java/jars/jevio-6.0.0.jar

-385 KB
Binary file not shown.
1.1 MB
Binary file not shown.

java/jars/jevio-6.1.3.jar

383 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.jlab.coda</groupId>
44
<artifactId>jevio</artifactId>
5-
<version>6.1.2</version> <!-- JEVIO version tag -->
5+
<version>6.1.3</version> <!-- JEVIO version tag -->
66
<name>Jefferson Lab EVIO Java Library (JEVIO)</name>
77
<description>Java library for EVIO (Event Input/Output)</description>
88
<packaging>jar</packaging>

0 commit comments

Comments
 (0)