cvs: gd /libgd gd.h
[email protected] ("Edin Kadribasic")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvsedink1147871076@cvsserver> |
edink Wed May 17 13:04:36 2006 UTC
Modified files:
/gd/libgd gd.h
Log:
Added version info
http://cvs.php.net/viewcvs.cgi/gd/libgd/gd.h?r1=1.32&r2=1.33&diff_format=u
Index: gd/libgd/gd.h
diff -u gd/libgd/gd.h:1.32 gd/libgd/gd.h:1.33
--- gd/libgd/gd.h:1.32 Wed Apr 5 15:54:46 2006
+++ gd/libgd/gd.h Wed May 17 13:04:36 2006
@@ -5,6 +5,13 @@
#ifndef GD_H
#define GD_H 1
+#define GD_MAJOR_VERSION 2
+#define GD_MINOR_VERSION 0
+#define GD_RELEASE_VERSION 33
+#define GD_EXTRA_VERSION ""
+#define GD_VERSION_STRING "2.0.33"
+
+
/* Do the DLL dance: dllexport when building the DLL,
dllimport when importing from it, nothing when
not on Silly Silly Windows (tm Aardman Productions). */