Skip to content

Commit

Permalink
LRQA-36100 Update master branch release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CAustin582 authored and brianchandotcom committed Nov 28, 2017
1 parent 150048b commit 4888a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ public class ReleaseInfo {

public static final int RELEASE_7_1_0_BUILD_NUMBER = 7100;

public static final int RELEASE_7_1_10_BUILD_NUMBER = 7110;

public static final Date getBuildDate() {
DateFormat df = DateFormat.getDateInstance(DateFormat.LONG);

Expand Down
6 changes: 3 additions & 3 deletions release.properties
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
## Version
##

lp.version=7.0.0
lp.version.dtd=7_0_0
lp.version.major=7.0
lp.version=7.1.0
lp.version.dtd=7_1_0
lp.version.major=7.1

0 comments on commit 4888a29

Please sign in to comment.