From ea031a8d65058565718e4d681df600825bc30ed7 Mon Sep 17 00:00:00 2001 From: chr Date: Tue, 17 Jan 2012 17:16:50 +0000 Subject: [PATCH] Version 0.4.4 release. git-svn-id: https://codeforge.lbl.gov/anonscm/voro@520 6221c96e-593b-4ce1-a500-64c4038a1943 --- trunk/NEWS | 4 ++-- trunk/src/cmd_line.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/NEWS b/trunk/NEWS index f79f892..a97daad 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,5 +1,5 @@ -Version 0.4.4 (...) -=================== +Version 0.4.4 (January 17th 2012) +================================= * Fixed an error in pointer arithmetic that was introduced in version 0.4, which would occur in cases where the delete stack was extended when a large number of vertices were being removed. Thanks to Jeff Johnson (Lawrence diff --git a/trunk/src/cmd_line.cc b/trunk/src/cmd_line.cc index 7a48fc7..f83a77a 100644 --- a/trunk/src/cmd_line.cc +++ b/trunk/src/cmd_line.cc @@ -23,7 +23,7 @@ const int max_regions=16777216; // This message gets displayed if the user requests the help flag void help_message() { - puts("Voro++ version 0.4.3, by Chris H. Rycroft (UC Berkeley/LBL)\n\n" + puts("Voro++ version 0.4.4, by Chris H. Rycroft (UC Berkeley/LBL)\n\n" "Syntax: voro++ [options] \n" " \n\n" "By default, the utility reads in the input file of particle IDs and positions,\n" @@ -110,7 +110,7 @@ void custom_output_message() { // Ths message is displayed if the user requests version information void version_message() { - puts("Voro++ version 0.4.3 (November 12th 2011)"); + puts("Voro++ version 0.4.4 (January 17th 2012)"); } // Prints an error message. This is called when the program is unable to make -- 2.11.4.GIT