diff --git a/ChangeLog b/ChangeLog index e1733893..f9e2ba5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +v1.0.1 + Fixed packaging and compiling the correct ftscprod.012 + file. v1.0.0 This is the last version of mbsebbs submitted by me, diff --git a/TODO b/TODO index 5b88253a..32cf9d12 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ - MBSE BBS V1.0.0 TODO list. + MBSE BBS V1.0.1 TODO list. -------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 10d251e2..6eb13577 100755 --- a/configure +++ b/configure @@ -2309,7 +2309,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="0" +REVISION="1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2013 M. Broek" diff --git a/configure.ac b/configure.ac index 87624d2b..4a9dc31c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="0" +REVISION="1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2013 M. Broek" diff --git a/lib/Makefile b/lib/Makefile index 1985485e..a1233e29 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,7 +42,7 @@ OBJS = ${COMMON_OBJS} ${DBASE_OBJS} ${MSGBASE_OBJS} ${MBINET_OBJS} \ ${DIESEL_OBJS} ${NODELIST_OBJS} ${CHC_OBJS} HDRS = ${COMMON_HDRS} ${DBASE_HDRS} ${MSGBASE_HDRS} ${MBINET_HDRS} \ ${DIESEL_HDRS} ${NODELIST_HDRS} ${CHC_HDRS} ${OTHER_HDRS} -OTHER = Makefile README ftscprod.010 mkprod.awk \ +OTHER = Makefile README ftscprod.012 mkprod.awk \ README.diesel README.macro Diesel.doc nodelist.conf TARGET = libmbse.a libdbase.a libmsgbase.a libmbinet.a libdiesel.a \ libnodelist.a