OSDN Git Service

更新チェック先の変更
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Sun, 6 Feb 2011 14:22:28 +0000 (14:22 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:19:01 +0000 (23:19 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1447 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Twitter.vb

index 9ec6f30..c58c881 100644 (file)
@@ -1150,7 +1150,7 @@ Public Class Twitter
 #Region "バージョンアップ"
     Public Function GetVersionInfo() As String
         Dim content As String = ""
-        If Not (New HttpVarious).GetData("http://tween.sourceforge.jp/version2.txt?" + Now.ToString("yyMMddHHmmss") + Environment.TickCount.ToString(), Nothing, content) Then
+        If Not (New HttpVarious).GetData("http://tween.sourceforge.jp/version.txt?" + Now.ToString("yyMMddHHmmss") + Environment.TickCount.ToString(), Nothing, content) Then
             Throw New Exception("GetVersionInfo Failed")
         End If
         Return content