From: Francois Fleuret Date: Sun, 1 Nov 2009 14:28:16 +0000 (-0500) Subject: Changed the minor version to 3 for the conversion to pure C. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=breezed.git;a=commitdiff_plain;h=a73cd3e58f91b372cb65887a8161e284c3a1ee08 Changed the minor version to 3 for the conversion to pure C. --- diff --git a/breezed.c b/breezed.c index 054179e..42a830b 100644 --- a/breezed.c +++ b/breezed.c @@ -30,7 +30,7 @@ #include const int major_version_number = 1; -const int minor_version_number = 2; +const int minor_version_number = 3; const int buffer_size = 1024;