diff --git a/ChangeLog b/ChangeLog index 7ae7bb1c..3264bee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,8 @@ v0.37.6 10-Aug-2003 Changed all gif and jpg images to png images. Added a setup switch for the nodes for selecting the wrong binkp long filenames escape method for Argus and Irex nodes. + Activated the productcode for mbse that is published in the + ftscprod.007 nodelist.a: Removed some of the debug logging. diff --git a/FILE_ID.DIZ.in b/FILE_ID.DIZ.in index dd560fea..88449845 100644 --- a/FILE_ID.DIZ.in +++ b/FILE_ID.DIZ.in @@ -18,7 +18,7 @@ Full tic file support, including extended tic files. OS: GNU/Linux, NetBSD and FreeBSD. Originating sites 2:280/2802@fidonet and -http://mbse.sourceforge.net/ +http://www.mbse.dds.nl/ Copyright by Michiel Broek. Released under the terms of the GNU Public License. diff --git a/lib/Makefile b/lib/Makefile index 78228558..84cf11ca 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,7 +40,7 @@ OBJS = ${CLCOMM_OBJS} ${COMMON_OBJS} ${DBASE_OBJS} ${MSGBASE_OBJS} ${MBINET_OBJ ${DIESEL_OBJS} ${NODELIST_OBJS} HDRS = ${CLCOMM_HDRS} ${COMMON_HDRS} ${DBASE_HDRS} ${MSGBASE_HDRS} ${MBINET_HDRS} \ ${DIESEL_HDRS} ${NODELIST_HDRS} ${OTHER_HDRS} -OTHER = Makefile README ftscprod.006 mkprod.awk \ +OTHER = Makefile README ftscprod.007 mkprod.awk \ README.diesel README.macro Diesel.doc nodelist.conf TARGET = libclcomm.a libcommon.a libdbase.a libmsgbase.a libmbinet.a libdiesel.a \ libnodelist.a diff --git a/lib/common.h b/lib/common.h index 917574c9..7fdf1d7a 100644 --- a/lib/common.h +++ b/lib/common.h @@ -7,8 +7,7 @@ #pragma pack(1) -#define PRODCODE 0x00fe /* Unasigned 16 bits product code */ -// #define PRODCODE 0x11ff /* Official MBSE FTSC product code */ +#define PRODCODE 0x11ff /* Official MBSE FTSC product code */ #define LEAVE 0 #define KFS 1 diff --git a/lib/ftscprod.006 b/lib/ftscprod.007 similarity index 100% rename from lib/ftscprod.006 rename to lib/ftscprod.007