Updated version Files for release. "Version 3.5.229.32cc0dc90e5e"
M android/AndroidManifest.xml +2 -2
@@ 5,8 5,8 @@ 
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
   package="com.gindin.zmanim.android"
-	android:versionCode="228"
-  android:versionName="3.5.228.cebaee64b489"
+	android:versionCode="229"
+  android:versionName="3.5.229.32cc0dc90e5e"
   android:installLocation="auto"
 >
 

          
M android/AndroidZmanim.iml +0 -1
@@ 4,7 4,6 @@ 
     <facet type="android" name="Android">
       <configuration>
         <includeAssetsFromLibraries>true</includeAssetsFromLibraries>
-        <resOverlayFolders />
       </configuration>
     </facet>
   </component>

          
M android/assets/com/gindin/zmanim/android/about.html +1 -1
@@ 8,7 8,7 @@ 
 	<br>Copyright (C) 2009-2012 Jay R. Gindin
 	<!-- VERSION STUFF MUST BE PROPERLY PLACED AND FORMATTED FOR THE DYNAMIC TEXT REPLACEMENT!!! -->
 	<br>
-		Version 3.5.228.cebaee64b489
+		Version 3.5.229.32cc0dc90e5e
 	<br>See <a href='http://code.google.com/p/android-zmanim'>Zmanim</a> for full details, version change lists, and bug tracking.
 	<br>
 	This project is made possible by using the following libraries:

          
M android/build.number +2 -2
@@ 1,3 1,3 @@ 
 #Build Number for ANT. Do not edit!
-#Mon Mar 03 23:32:37 PST 2014
-build.number=229
+#Tue Mar 25 21:40:56 PDT 2014
+build.number=230

          
M android/src/com/gindin/util/Version.java +2 -2
@@ 10,10 10,10 @@ package com.gindin.util;
 public class Version {
 
 	// DO NOT MUCK WITH THE FORMATTING!!!
-	public static final int androidCodeVersion = 228;
+	public static final int androidCodeVersion = 229;
 
 	// DO NOT MUCK WITH THE FORMATTING!!!
-	public static final String androidVersionName = "3.5.228.cebaee64b489";
+	public static final String androidVersionName = "3.5.229.32cc0dc90e5e";
 
 
 	public static boolean isDevelopment() {

          
M android/version.number +2 -2
@@ 1,6 1,6 @@ 
 #Zmanim Version
-#Mon, 03 Mar 2014 23:32:37 -0800
+#Tue, 25 Mar 2014 21:40:56 -0700
 #Mon Feb 14 20:51:53 PST 2011
 version.minor=5
-version.date=2014/03/03 23\:32
+version.date=2014/03/25 21\:40
 version.major=3

          
M utils/AndroidManifest.xml +2 -2
@@ 1,8 1,8 @@ 
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.gindin.util"
-	android:versionCode="12"
-	android:versionName="3.5.12.cebaee64b489"
+	android:versionCode="13"
+	android:versionName="3.5.13.32cc0dc90e5e"
 >
 
 	<application android:label="@string/app_name">

          
M utils/build.number +2 -2
@@ 1,3 1,3 @@ 
 #Build Number for ANT. Do not edit!
-#Mon Mar 03 23:32:38 PST 2014
-build.number=13
+#Tue Mar 25 21:40:57 PDT 2014
+build.number=14

          
M utils/version.number +2 -2
@@ 1,6 1,6 @@ 
 #Zmanim Version
-#Mon, 03 Mar 2014 23:32:38 -0800
+#Tue, 25 Mar 2014 21:40:57 -0700
 
 version.minor=5
-version.date=2014/03/03 23\:32
+version.date=2014/03/25 21\:40
 version.major=3

          
M zmanLib/AndroidManifest.xml +2 -2
@@ 5,8 5,8 @@ 
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.gindin.zmanim"
-    android:versionCode="23"
-    android:versionName="3.5.23.cebaee64b489"
+    android:versionCode="24"
+    android:versionName="3.5.24.32cc0dc90e5e"
   >
   <application android:label="@string/app_name" >
     <activity android:name=".ZmanimLibrary"

          
M zmanLib/build.number +2 -2
@@ 1,3 1,3 @@ 
 #Build Number for ANT. Do not edit!
-#Mon Mar 03 23:32:40 PST 2014
-build.number=24
+#Tue Mar 25 21:41:00 PDT 2014
+build.number=25

          
M zmanLib/version.number +2 -2
@@ 1,6 1,6 @@ 
 #Zmanim Version
-#Mon, 03 Mar 2014 23:32:40 -0800
+#Tue, 25 Mar 2014 21:41:00 -0700
 #Mon Feb 14 20:51:53 PST 2011
 version.minor=5
-version.date=2014/03/03 23\:32
+version.date=2014/03/25 21\:41
 version.major=3