summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorfcolin2005-05-20 12:48:19 +0000
committerfcolin2005-05-20 12:48:19 +0000
commit216e4008069a5a1fe2c4270c6bd6209da27ba4bf (patch)
tree3ff404e89423481b387103083e5248bf4b653684 /src/version.h
parent2e89053faba944553881cfbbfffbcbf2a1a7cec5 (diff)
downloadivy-c-216e4008069a5a1fe2c4270c6bd6209da27ba4bf.zip
ivy-c-216e4008069a5a1fe2c4270c6bd6209da27ba4bf.tar.gz
ivy-c-216e4008069a5a1fe2c4270c6bd6209da27ba4bf.tar.bz2
ivy-c-216e4008069a5a1fe2c4270c6bd6209da27ba4bf.tar.xz
elimination des tailles de buffer par utilisation de realloc
la plupart des fonctions utilisent un pointeur static pour eviter de multiple malloc/free ce qui veut dire que IvyC n'est pas reentrant !!!!
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index e2d3a82..89fb803 100644
--- a/src/version.h
+++ b/src/version.h
@@ -26,4 +26,4 @@
*
*/
#define IVYMAJOR_VERSION 3
-#define IVYMINOR_VERSION 6
+#define IVYMINOR_VERSION 7