chiark / gitweb /
use a clientfixes value that actually works
[jarrg-ian.git] / src / com / tedpearson / ypp / market / MarketUploader.java
index 0d0cb757b740f6c8f8da5c8c6bc00e9ac216251a..d46125b42a13b832082e6db4d44ddf4473c90b27 100644 (file)
@@ -47,7 +47,7 @@ public class MarketUploader implements TopLevelWindowListener, GUIInitializedLis
        private final static String YARRG_CLIENTNAME = "jpctb greenend";
        private final static String YARRG_CLIENTVERSION =
            com.tedpearson.ypp.market.Version.version;
-       private final static String YARRG_CLIENTFIXES = "no-break-pctb-0.9.4";
+       private final static String YARRG_CLIENTFIXES = "bug-094";
        private final static String YARRG_LIVE_URL = "http://upload.yarrg.chiark.net/commod-update-receiver";
        private final static String YARRG_TEST_URL = "http://upload.yarrg.chiark.net/test/commod-update-receiver";
        private String YARRG_URL;