OSDN Git Service

change version number master 0.3.0
authorornse01 <ornse01@users.sourceforge.jp>
Fri, 27 Mar 2015 14:17:54 +0000 (23:17 +0900)
committerornse01 <ornse01@users.sourceforge.jp>
Fri, 27 Mar 2015 14:17:54 +0000 (23:17 +0900)
src/Makefile
src/main.c

index dcd6c73..200e6c1 100644 (file)
@@ -1,5 +1,5 @@
 #
-#      @(#)Makefile (bchan: BTRON 2channel board viewer)
+#      @(#)Makefile (bchan: BTRON BBS board viewer)
 #              GNU make ÍÑ
 #
 #      make ¤ÎÊýË¡
@@ -14,7 +14,7 @@
 #
 
 # ¥Ð¡¼¥¸¥ç¥ó
-version = 0x0201
+version = 0x0300
 
 # ¥ê¥ê¡¼¥¹ÍѤò¥Ç¥Õ¥©¥ë¥È¤Ë¤¹¤ë
 mode =
index 0abf3fd..66b64e2 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.201)";
+LOCAL UB bchanl_httpheader_useragent[] = "Monazilla/1.00 (bchanl/0.300)";
 LOCAL W bchanl_httpheader_useragent_len = sizeof(bchanl_httpheader_useragent) - 1;
 
 typedef struct bchanl_hmistate_t_ bchanl_hmistate_t;