Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Jan 8, 2017
1 parent 71703f1 commit 60bd5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion time4j-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/menodata/Time4A'
gitUrl = 'https://github.com/menodata/Time4A.git'

libraryVersion = '3.26-2016j'
libraryVersion = '3.27-2016j'

developerId = 'mhochschild'
developerName = 'Meno Hochschild'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -----------------------------------------------------------------------
* Copyright © 2013-2016 Meno Hochschild, <http://www.menodata.de/>
* Copyright © 2013-2017 Meno Hochschild, <http://www.menodata.de/>
* -----------------------------------------------------------------------
* This file (ApplicationStarter.java) is part of project Time4J.
*
Expand Down Expand Up @@ -60,10 +60,10 @@ public class ApplicationStarter {

//~ Statische Felder/Initialisierungen --------------------------------

private static final String VERSION = "v3.26-2016j";
private static final String VERSION = "v3.27-2016j";
private static final int RELEASE_YEAR = 2017;
private static final int RELEASE_MONTH = 1;
private static final int RELEASE_DAY = 3;
private static final int RELEASE_DAY = 8;
private static final String TIME4A = "time4a";

private static final AtomicBoolean PREPARED = new AtomicBoolean(false);
Expand Down

0 comments on commit 60bd5bd

Please sign in to comment.