From e16e9b8e01b32c582411bc3c08f1f837adb97018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 27 Jul 2008 02:41:20 +0200 Subject: Set version number and release date for version 0.3.0 --- sudoku.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sudoku.cpp') diff --git a/sudoku.cpp b/sudoku.cpp index 10823e5..aa40900 100644 --- a/sudoku.cpp +++ b/sudoku.cpp @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: sudoku.cpp 140 2008-06-30 22:10:38Z tom $ + * $Id: sudoku.cpp 146 2008-07-27 00:41:20Z tom $ */ #include "sudoku.h" @@ -34,7 +34,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.2.1"; + static const char* VERSION = "0.3.0"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = -- cgit v1.2.3