[Turqstat-commits] [SCM] Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise branch, master, updated. release-3.0-2-11-g0937cf4

Peter Krefting peter at softwolves.pp.se
Wed Sep 10 09:41:04 UTC 2008


The following commit has been merged in the master branch:
commit d10e69456002d650ed42d32312918d43f8a205b4
Author: Peter Krefting <peter at softwolves.pp.se>
Date:   Wed Sep 10 10:32:18 2008 +0100

    Updated the version number to 3.1.

diff --git a/Doxyfile.in b/Doxyfile.in
index 603c71d..6107363 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -24,7 +24,7 @@ PROJECT_NAME           = "Turquoise SuperStat"
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 3.0
+PROJECT_NUMBER         = 3.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/debian/changelog b/debian/changelog
index 460236a..72fdafb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+turqstat (3.1-1) UNRELEASED unstable; urgency=low
+
+  * Added support for HTML output.
+
+ -- Peter Karlsson <peterk at debian.org>  Mon, 28 Jan 2008 21:00:00 +0100
+
 turqstat (3.0-2) unstable; urgency=low
 
   * Added more missing headers to fix GNU C++ 4.3 compatibility.
diff --git a/qtgui.cpp b/qtgui.cpp
index e8027a6..3362298 100644
--- a/qtgui.cpp
+++ b/qtgui.cpp
@@ -2,7 +2,6 @@
 //
 // A statistic collection program for Fidonet and Usenet systems
 // Qt version.
-// Version 3.0
 //
 // Copyright (c) 2000-2008 Peter Karlsson
 //
diff --git a/turqstat.cpp b/turqstat.cpp
index e1858a4..bd061d9 100644
--- a/turqstat.cpp
+++ b/turqstat.cpp
@@ -1,7 +1,6 @@
 // Turquoise SuperStat
 //
 // A statistic collection program for Fidonet and Usenet systems
-// Version 3.0
 //
 // Copyright (c) 1998-2008 Peter Karlsson
 //
diff --git a/turqstat.doc b/turqstat.doc
index 2d7fadc..98e4a65 100644
--- a/turqstat.doc
+++ b/turqstat.doc
@@ -1,4 +1,4 @@
-Turquoise SuperStat 3.0 - An area statistics program for Fidonet and Usenet
+Turquoise SuperStat 3.1 - An area statistics program for Fidonet and Usenet
 (c) Copyright 1998-2008 Peter Karlsson.
 A Softwolves Software Release in 2008
 
@@ -333,6 +333,8 @@ HISTORY
 
 2008-01-21 - v3.0 -
   Added support for templates describing the output format.
+    -  -   - v3.1 -
+  Added support for output in HTML format.
 
 
 INCLUDED FILES
diff --git a/turqstat.dok b/turqstat.dok
index fa35383..748ae46 100644
--- a/turqstat.dok
+++ b/turqstat.dok
@@ -1,4 +1,4 @@
-Turquoise SuperStat 3.0 - Ett mötesstatistikprogram för Fidonet och Usenet
+Turquoise SuperStat 3.1 - Ett mötesstatistikprogram för Fidonet och Usenet
 (c) Copyright 1998-2008 Peter Karlsson.
 A Softwolves Software Release in 2008
 
@@ -333,6 +333,8 @@ HISTORIK
 
 2008-01-21 - v3.0 -
   Lade till stöd för mallar som beskriver utdataformatet.
+    -  -   - v3.1 -
+  Lade till stöd för utdata i HTML-format.
 
 
 BIFOGADE FILER
diff --git a/version.h b/version.h
index 3daad71..4b70f97 100644
--- a/version.h
+++ b/version.h
@@ -23,7 +23,7 @@ using namespace std;
 #endif
 
 /** String describing the current version number. */
-const string version = "3.0";
+const string version = "3.1";
 
 /** String describing the copyright information. */
 const string copyright = "(c) Copyright 1998-2008 Peter Karlsson";

-- 
Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise



More information about the Turqstat-commits mailing list