projects
/
breezed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e61d0e
)
Changed the minor version to 3 for the conversion to pure C.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 1 Nov 2009 14:28:16 +0000
(09:28 -0500)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 1 Nov 2009 14:28:16 +0000
(09:28 -0500)
breezed.c
patch
|
blob
|
history
diff --git
a/breezed.c
b/breezed.c
index
054179e
..
42a830b
100644
(file)
--- a/
breezed.c
+++ b/
breezed.c
@@
-30,7
+30,7
@@
#include <string.h>
const int major_version_number = 1;
-const int minor_version_number =
2
;
+const int minor_version_number =
3
;
const int buffer_size = 1024;