Skip to content

Commit

Permalink
Updated build number before release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Mar 3, 2019
1 parent ee963ff commit 0827600
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
Binary file modified lib/xlifffilters.jar
Binary file not shown.
46 changes: 23 additions & 23 deletions src/com/maxprograms/converters/Constants.java
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";

}

0 comments on commit 0827600

Please sign in to comment.