--amend
authorLMH <lmh.0013@gmail.com>
Tue, 10 Sep 2013 22:11:23 +0000 (12:11 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:22 +0000 (18:45 +0200)
src/addon/addon_manager.cpp

index 78f82d6..fe2de83 100644 (file)
@@ -104,7 +104,7 @@ AddonManager::check_online()
 #ifdef HAVE_LIBCURL
   char error_buffer[CURL_ERROR_SIZE+1];
 
-  const char* baseUrl = "http://addons.supertux.googlecode.com/git/index-0_3_4.nfo";
+  const char* baseUrl = "http://addons.supertux.googlecode.com/git/index-0_3_5.nfo";
   std::string addoninfos = "";
 
   CURL *curl_handle;