Skip to content

Commit

Permalink
2.4.2, bug fixes, added long timestamps option for CSV files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Delbruck authored and Tobi Delbruck committed Mar 13, 2024
1 parent 9f60b22 commit 928936f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jaer.install4j
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.6" transformSequenceNumber="10">
<directoryPresets config="./images" />
<application name="jaer - Java Tools for Address Event Representation Sensors and Processing" applicationId="9973-7238-2132-7351" mediaDir="installers/${compiler:sys.version}" compression="9" lzmaCompression="true" shortName="jAER" publisher="Sensors Group - UZH-ETH Zurich" publisherWeb="https://jaerproject.org" version="2.4.1" allPathsRelative="true" macVolumeId="171068b6b60f6e6e" javaMinVersion="8">
<application name="jaer - Java Tools for Address Event Representation Sensors and Processing" applicationId="9973-7238-2132-7351" mediaDir="installers/${compiler:sys.version}" compression="9" lzmaCompression="true" shortName="jAER" publisher="Sensors Group - UZH-ETH Zurich" publisherWeb="https://jaerproject.org" version="2.4.2" allPathsRelative="true" macVolumeId="171068b6b60f6e6e" javaMinVersion="8">
<languages>
<principalLanguage id="en" customLocalizationFile="./installers/install4j-custom-resources.utf8" />
</languages>
Expand Down
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed, 13 Mar 2024 07:39:26 +0100
#Wed, 13 Mar 2024 08:37:41 +0100
annotation.processing.enabled=false
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
Expand Down
6 changes: 3 additions & 3 deletions updates.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<updateDescriptor baseUrl="">
<entry targetMediaFileId="38" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_macos_2_4_1.dmg" newVersion="2.4.1" newMediaFileId="38" fileSize="850858119" md5Sum="b0941aa5b48b8a5f32d0d9c6503f0c90" sha256Sum="1ce464c5b9091128096d710091a833e9b73508d2ac6bacc8a5699b91df709957" bundledJre="macos-amd64-21.tar.gz" archive="false" singleBundle="false">
<entry targetMediaFileId="38" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_macos_2_4_2.dmg" newVersion="2.4.2" newMediaFileId="38" fileSize="850821255" md5Sum="d9c5c21c9eac2810b952cdf34ec14a41" sha256Sum="81644051a1d448ee6e8c28114a47415bf0c73d6f4aa269f65125607e361f7058" bundledJre="macos-amd64-21.tar.gz" archive="false" singleBundle="false">
<comment language="en" />
</entry>
<entry targetMediaFileId="37" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_unix_2_4_1.sh" newVersion="2.4.1" newMediaFileId="37" fileSize="849473130" md5Sum="60ecfc49f70513239fe3625a1d3dfad7" sha256Sum="d876225f2139a7f9c49dafda5390855d7e29022c36901a6ad033b97e052eb059" bundledJre="linux-amd64-21.tar.gz" archive="false" singleBundle="false">
<entry targetMediaFileId="37" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_unix_2_4_2.sh" newVersion="2.4.2" newMediaFileId="37" fileSize="849460503" md5Sum="4b0e10228ac63428f1e34b1b44ae646d" sha256Sum="404b1663b4c33cde0c9f8478026e270a2122eb18b1e8e7b19be5010600cc0728" bundledJre="linux-amd64-21.tar.gz" archive="false" singleBundle="false">
<comment language="en" />
</entry>
<entry targetMediaFileId="26" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_windows-x64_2_4_1.exe" newVersion="2.4.1" newMediaFileId="26" fileSize="847653888" md5Sum="48324259375d7887a40b6fa7452de9f6" sha256Sum="8a9c49439d69d29ae5aae13937953d91a3f65687be062309c1f2cc26992c3369" bundledJre="windows-amd64-21.tar.gz" archive="false" singleBundle="false">
<entry targetMediaFileId="26" updatableVersionMin="2.0" updatableVersionMax="" fileName="jAER_windows-x64_2_4_2.exe" newVersion="2.4.2" newMediaFileId="26" fileSize="847632896" md5Sum="3343402bdc1097ca0a7bcacf4cae020e" sha256Sum="7592347692c148aa1dec08b62a8997349ee6ae50c97f2fd444d8539d8251593e" bundledJre="windows-amd64-21.tar.gz" archive="false" singleBundle="false">
<comment language="en" />
</entry>
</updateDescriptor>

0 comments on commit 928936f

Please sign in to comment.