Skip to content

Commit f6f346e

Browse files
committed
Bump version
1 parent b66ab44 commit f6f346e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</javac>
1818
</target>
1919
<target name="create_run_jar" depends="compile">
20-
<jar destfile="${dir.jarfile}/AliDip2BK.jar">
20+
<jar destfile="${dir.jarfile}/o2-bkp-lhc-client-v2.1.2.jar">
2121
<manifest>
2222
<attribute name="Main-Class" value="alice.dip.Dip2BK"/>
2323
</manifest>

src/alice/dip/AliDip2BK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.Properties;
2020

2121
public class AliDip2BK implements Runnable {
22-
public static String Version = "2.0 14-Nov-2023";
22+
public static String Version = "2.1.2 22-Jul-2025";
2323
public static String DNSnode = "dipnsdev.cern.ch";
2424
public static String[] endFillCases = {"CUCU"};
2525
public static boolean LIST_PARAM = false;

0 commit comments

Comments
 (0)