From 4a02c6f8c55839c08521c538a36284ce9400c3a5 Mon Sep 17 00:00:00 2001 From: Lode Date: Sun, 24 Jan 2016 20:42:35 +0100 Subject: update version number --- lodepng.cpp | 4 ++-- lodepng.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lodepng.cpp b/lodepng.cpp index 057e750..766fb70 100644 --- a/lodepng.cpp +++ b/lodepng.cpp @@ -1,5 +1,5 @@ /* -LodePNG version 20160118 +LodePNG version 20160124 Copyright (c) 2005-2016 Lode Vandevenne @@ -42,7 +42,7 @@ Rename this file to lodepng.cpp to use it for C++, or to lodepng.c to use it for #pragma warning( disable : 4996 ) /*VS does not like fopen, but fopen_s is not standard C so unusable here*/ #endif /*_MSC_VER */ -const char* LODEPNG_VERSION_STRING = "20160118"; +const char* LODEPNG_VERSION_STRING = "20160124"; /* This source file is built up in the following large parts. The code sections diff --git a/lodepng.h b/lodepng.h index 24097db..581fce9 100644 --- a/lodepng.h +++ b/lodepng.h @@ -1,5 +1,5 @@ /* -LodePNG version 20160118 +LodePNG version 20160124 Copyright (c) 2005-2016 Lode Vandevenne -- cgit v1.2.3