# HG changeset patch # User Michael Guravage # Date 2011-10-04 12:07:14 # Node ID 6d4ff3be53efe8fb7b5205a88930fba8f2f84d3d # Parent b0797787e1b27b3c3b99f193a03b23a3f1157603 Bumped up the version number to 1.0.1 -- user: Michael Guravage branch 'default' changed src/ChangeLog changed src/VirtualLeaf-install-windows.nsi changed src/canvas.cpp diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-10-04 + + * canvas.cpp (about): Bumped version number to 1.0.1. + + * VirtualLeaf-install-windows.nsi: Bumped PRODUCT_VERSION to 1.0.1. + 2011-02-28 * canvas.cpp (about): Correct citation text. diff --git a/src/VirtualLeaf-install-windows.nsi b/src/VirtualLeaf-install-windows.nsi --- a/src/VirtualLeaf-install-windows.nsi +++ b/src/VirtualLeaf-install-windows.nsi @@ -58,7 +58,7 @@ !macroend !define PRODUCT_NAME "The Virtual Leaf" -!define PRODUCT_VERSION "1.0" +!define PRODUCT_VERSION "1.0.1" !define PRODUCT_PUBLISHER "Center for Mathematics and Computer Science (CWI)" !define PRODUCT_WEB_SITE "www.cwi.nl" !define EXECUTABLE "VirtualLeaf.exe" diff --git a/src/canvas.cpp b/src/canvas.cpp --- a/src/canvas.cpp +++ b/src/canvas.cpp @@ -1021,8 +1021,8 @@ void Main::clear() void Main::about() { static QMessageBox* about = new QMessageBox - ( "VirtualLeaf V1.0", - "

VirtualLeaf V1.0

\ + ( "VirtualLeaf V1.0.1", + "

VirtualLeaf V1.0.1

\

\ An Open Source framework for cell-based modeling of plant\ tissue growth and development.\