Fixed a html error and bumped version to 0.95.14 default tip

Thu, 01 Dec 2011 13:19:58 +0100

author
Michiel Broek <mbse@mbse.eu>
date
Thu, 01 Dec 2011 13:19:58 +0100
changeset 30
e361012d7bf1
parent 29
0de400951ac6

Fixed a html error and bumped version to 0.95.14

ChangeLog file | annotate | diff | revisions
TODO file | annotate | diff | revisions
configure file | annotate | diff | revisions
configure.ac file | annotate | diff | revisions
html/index.html.in file | annotate | diff | revisions
     1.1 --- a/ChangeLog	Mon Aug 08 14:41:46 2011 +0200
     1.2 +++ b/ChangeLog	Thu Dec 01 13:19:58 2011 +0100
     1.3 @@ -1,3 +1,9 @@
     1.4 +v0.95.14	01-Dec-2011
     1.5 +
     1.6 +	general:
     1.7 +		Fixed the main manual html page.
     1.8 +
     1.9 +
    1.10  v0.95.13	08-Aug-2011
    1.11  
    1.12  	general:
     2.1 --- a/TODO	Mon Aug 08 14:41:46 2011 +0200
     2.2 +++ b/TODO	Thu Dec 01 13:19:58 2011 +0100
     2.3 @@ -1,5 +1,5 @@
     2.4  
     2.5 -			MBSE BBS V0.95.13 TODO list.
     2.6 +			MBSE BBS V0.95.14 TODO list.
     2.7  			----------------------------
     2.8  
     2.9  	These are a list of things that must be implemented one way or
     3.1 --- a/configure	Mon Aug 08 14:41:46 2011 +0200
     3.2 +++ b/configure	Thu Dec 01 13:19:58 2011 +0100
     3.3 @@ -2291,7 +2291,7 @@
     3.4  PACKAGE="mbsebbs"
     3.5  MAJOR="0"
     3.6  MINOR="95"
     3.7 -REVISION="13"
     3.8 +REVISION="14"
     3.9  VERSION="$MAJOR.$MINOR.$REVISION"
    3.10  COPYRIGHT="Copyright (C) 1997-2011 Michiel Broek, All Rights Reserved"
    3.11  SHORTRIGHT="Copyright (C) 1997-2011 M. Broek"
     4.1 --- a/configure.ac	Mon Aug 08 14:41:46 2011 +0200
     4.2 +++ b/configure.ac	Thu Dec 01 13:19:58 2011 +0100
     4.3 @@ -12,7 +12,7 @@
     4.4  PACKAGE="mbsebbs"
     4.5  MAJOR="0"
     4.6  MINOR="95"
     4.7 -REVISION="13"
     4.8 +REVISION="14"
     4.9  VERSION="$MAJOR.$MINOR.$REVISION"
    4.10  COPYRIGHT="Copyright (C) 1997-2011 Michiel Broek, All Rights Reserved"
    4.11  SHORTRIGHT="Copyright (C) 1997-2011 M. Broek"
     5.1 --- a/html/index.html.in	Mon Aug 08 14:41:46 2011 +0200
     5.2 +++ b/html/index.html.in	Thu Dec 01 13:19:58 2011 +0100
     5.3 @@ -21,7 +21,7 @@
     5.4  
     5.5  <h3><a NAME="top"></a>Introduction</h3>
     5.6  
     5.7 -<A HREF=images/mbsebbs.png><IMG SRC="images/mbsebbs-s.png" align=right alt='Screenshot'></A>
     5.8 +<A HREF="images/mbsebbs.png"><IMG SRC="images/mbsebbs-s.png" align=right alt='Screenshot'></A>
     5.9  
    5.10  <ul>
    5.11    <li><a href="intro.html">Introduction to MBSE BBS</a></li>

mercurial