summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2014-12-01 01:00:22 +0100
committerLode <lvandeve@gmail.com>2014-12-01 01:00:22 +0100
commitbf09e0a5f173ba07821b782b8297dbfc139d5fed (patch)
treef02f7350f869bd820c91cadce78f9c602b3c9f87 /lodepng.h
parentd515dbdfeba0f3c02deb17dce5ca1f958fc0befb (diff)
move VERSION_STRING to header as LODEPNG_VERSION_STRING
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index b9e90c4..5204ddc 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20141126
+LodePNG version 20141130
Copyright (c) 2005-2014 Lode Vandevenne
@@ -33,6 +33,8 @@ freely, subject to the following restrictions:
#include <string>
#endif /*__cplusplus*/
+#define LODEPNG_VERSION_STRING "20141130"
+
/*
The following #defines are used to create code sections. They can be disabled
to disable code sections, which can give faster compile time and smaller binary.