Skip to content

Commit

Permalink
Version Bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 11, 2012
1 parent d98af57 commit 92adb5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Override these variables in a file called local.build.properties
# Set iui.version, iui.release.summary and uncomment for official builds
#iui.version=0.4-beta3
#iui.release.summary=Release 0.4 Beta Release 3
#iui.version=0.4
#iui.release.summary=Release 0.4

# Google code username/password should be set in local.build.properties
# local.build.properties is set to be "ignored" by Git
Expand Down
2 changes: 1 addition & 1 deletion web-app/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>iui-js</application>
<!-- <application>iui-framework</application> -->
<version>53</version>
<version>55</version>

<!-- Enable concurrent requests by default to serve requests in parallel -->
<threadsafe>true</threadsafe>
Expand Down
2 changes: 1 addition & 1 deletion web-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Other iUI Sites</h2>
<h2>About This Page</h2>
<fieldset>
<p class="normalText">This page is using iUI in CSS-only mode and supports a wide range of desktop and mobile browsers. The other pages on this site require modern, W3C-compliant mobile browsers.</p>
<p class="normalText">Current Version: iUI 0.4-beta3</p>
<p class="normalText">Current Version: iUI 0.4</p>
</fieldset>

</div>
Expand Down

0 comments on commit 92adb5d

Please sign in to comment.