-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2003-2019 Maxprograms. | ||
* | ||
* This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License 1.0 | ||
* which accompanies this distribution, and is available at | ||
* https://www.eclipse.org/org/documents/epl-v10.html | ||
* | ||
* Contributors: | ||
* Maxprograms - initial API and implementation | ||
*******************************************************************************/ | ||
package com.maxprograms.converters; | ||
|
||
public class Constants { | ||
|
||
private Constants() { | ||
// do not instantiate this class | ||
} | ||
|
||
public static final String VERSION = "1.1.0"; | ||
public static final String BUILD = "20181120_1347"; | ||
|
||
} | ||
/******************************************************************************* | ||
* Copyright (c) 2003-2019 Maxprograms. | ||
* | ||
* This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License 1.0 | ||
* which accompanies this distribution, and is available at | ||
* https://www.eclipse.org/org/documents/epl-v10.html | ||
* | ||
* Contributors: | ||
* Maxprograms - initial API and implementation | ||
*******************************************************************************/ | ||
package com.maxprograms.converters; | ||
|
||
public class Constants { | ||
|
||
private Constants() { | ||
// do not instantiate this class | ||
} | ||
|
||
public static final String VERSION = "1.2.0"; | ||
public static final String BUILD = "20190303_1512"; | ||
|
||
} |