-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't know if we can compute travis build number minus the last build of this
- Loading branch information
1 parent
0674056
commit 9551c9b
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Wagic</string> | ||
<string name="app_version">0.19.2</string> | ||
<string name="info_text">Wagic v0.19.2\\nAll Rights Reserved.</string> | ||
<string name="app_version">0.20.1</string> | ||
<string name="info_text">Wagic v0.20.1\\nAll Rights Reserved.</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#build.number.properties (normally this file is maintained by build.xml) | ||
#Sun, 06 May 2012 11:56:35 -0700 | ||
build.major=0 | ||
build.minor=19 | ||
build.point=2 | ||
build.minor=20 | ||
build.point=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters