mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 761311 - Use MOZ_APP_VERSION as part of Android Sync version string. r=gps
This commit is contained in:
parent
3bf1d15dc5
commit
5cc230c781
@ -10,7 +10,7 @@ package org.mozilla.gecko.sync;
|
||||
*/
|
||||
public class GlobalConstants {
|
||||
public static final String PRODUCT_NAME = "@MOZ_APP_DISPLAYNAME@";
|
||||
public static final String SYNC_VERSION_STRING = "0.9";
|
||||
public static final String SYNC_VERSION_STRING = "1.@MOZ_APP_VERSION@.0";
|
||||
|
||||
public static final String USER_AGENT = "Firefox AndroidSync " + SYNC_VERSION_STRING +
|
||||
" (" + PRODUCT_NAME + ")";
|
||||
|
Loading…
Reference in New Issue
Block a user