From 440dd89994093fd3c55d9bfe9f1ff31094aee8e1 Mon Sep 17 00:00:00 2001 From: ornse01 Date: Sun, 8 Jul 2012 10:36:06 +0000 Subject: [PATCH] change User-Agent header version number. git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanl/trunk@524 20a0b8eb-f62a-4a12-8fe1-b598822500fb --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d9e1736..b1d8517 100644 --- a/src/main.c +++ b/src/main.c @@ -88,7 +88,7 @@ #define BCHANL_COMMONSTORAGE_EXTBBSLIST_RECTYPE 30 #define BCHANL_COMMONSTORAGE_EXTBBSLIST_SUBTYPE 1 -LOCAL UB bchanl_httpheader_useragent[] = "Monazilla/1.00 (bchanl/0.101)"; +LOCAL UB bchanl_httpheader_useragent[] = "Monazilla/1.00 (bchanl/0.200)"; LOCAL W bchanl_httpheader_useragent_len = sizeof(bchanl_httpheader_useragent) - 1; typedef struct bchanl_hmistate_t_ bchanl_hmistate_t; -- 2.11.0