Changeset - 6d4ff3be53ef
[Not reviewed]
default
0 3 0
Michael Guravage - 14 years ago 2011-10-04 12:07:14
michael.guravage@cwi.nl
Bumped up the version number to 1.0.1

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/ChangeLog
changed src/VirtualLeaf-install-windows.nsi
changed src/canvas.cpp
3 files changed with 9 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/ChangeLog
Show inline comments
 
2011-10-04    <guravage@petitdru.sen.cwi.nl>
 

	
 
	* canvas.cpp (about): Bumped version number to 1.0.1.
 

	
 
	* VirtualLeaf-install-windows.nsi: Bumped PRODUCT_VERSION  to 1.0.1.
 

	
 
2011-02-28    <guravage@petitdru.sen.cwi.nl>
 

	
 
	* canvas.cpp (about): Correct citation text.
src/VirtualLeaf-install-windows.nsi
Show inline comments
 
@@ -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"
src/canvas.cpp
Show inline comments
 
@@ -1021,8 +1021,8 @@ void Main::clear()
 
void Main::about()
 
{
 
  static QMessageBox* about = new QMessageBox
 
    ( "VirtualLeaf V1.0",
 
      "<h3>VirtualLeaf V1.0</h3>\
 
    ( "VirtualLeaf V1.0.1",
 
      "<h3>VirtualLeaf V1.0.1</h3>\
 
       <p>\
 
         An Open Source framework for cell-based modeling of plant\
 
         tissue growth and development.\
0 comments (0 inline, 0 general)