mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
up version string for new release
This commit is contained in:
parent
fcefa9ca97
commit
a9701525b7
2 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 8
|
def INITIAL_CLIENT_VERS = 8
|
||||||
def VERSION_CODE_BASE = 133
|
def VERSION_CODE_BASE = 134
|
||||||
def VERSION_NAME = '4.4.137'
|
def VERSION_NAME = '4.4.138'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID")
|
def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID")
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.137 release</h2>
|
<h2>CrossWords 4.4.138 release</h2>
|
||||||
|
|
||||||
<p>This release paves the way for play-via-SMS improvements.</p>
|
<p>This release fixes a nasty Bluetooth crash</p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -25,12 +25,8 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add new SMS-handling code. One feature isn't compatible with
|
<li>Don't crash every time bluetooth messages arrive</li>
|
||||||
the previous release so it won't be activated until there's been
|
<li>Fix two other less likely reported crashes (Thanks!)</li>
|
||||||
time for everybody to upgrade.</li>
|
|
||||||
<li>Include new Catalan translations</li>
|
|
||||||
<li>Fix bug causing (rarely) unending notifications of wordlist
|
|
||||||
upgrade</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
Loading…
Add table
Reference in a new issue