OSDN Git Service

change User-Agent header version number.
authorornse01 <ornse01@users.sourceforge.jp>
Sun, 8 Jul 2012 10:36:06 +0000 (10:36 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sun, 8 Jul 2012 10:36:06 +0000 (10:36 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanl/trunk@524 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/main.c

index d9e1736..b1d8517 100644 (file)
@@ -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;