Skip to content

Commit 53b55c4

Browse files
committed
Added build & version
1 parent faf0830 commit 53b55c4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

lib/xmljava.jar

365 Bytes
Binary file not shown.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2023 Maxprograms.
3+
*
4+
* This program and the accompanying materials
5+
* are made available under the terms of the Eclipse Public License 1.0
6+
* which accompanies this distribution, and is available at
7+
* https://www.eclipse.org/org/documents/epl-v10.html
8+
*
9+
* Contributors:
10+
* Maxprograms - initial API and implementation
11+
*******************************************************************************/
12+
13+
package com.maxprograms.xml;
14+
15+
public class Constants {
16+
17+
public static final String VERSION = "1.0.0";
18+
public static final String BUILD = "20230105_0852";
19+
}

0 commit comments

Comments
 (0)