From 759e5eb27f1be4324573eceac8aebd9ec1d70b99 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 8 Jun 2009 04:29:00 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/gl2jpeg.cpp | 10 ---------- Makefile | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 190796d6be..639beeefd0 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -16,16 +16,6 @@ void create_jpeg(FILE *outfile, PixelBuffer *buffer, int quality, int smoothing) #else -/* Some releases of the Cygwin JPEG libraries (as well as the JPEG - library bundled with FLTK) don't have a correctly updated header - file for the INT32 data type; the following define from Shane Hill - seems to be a usable workaround... */ - -#if defined(WIN32) -#define XMD_H -#define boolean char -#endif - extern "C" { #include <jpeglib.h> diff --git a/Makefile b/Makefile index 5d7bf0d13a..d26d7858ce 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ include variables GMSH_MAJOR_VERSION = 2 GMSH_MINOR_VERSION = 3 GMSH_PATCH_VERSION = 1 -GMSH_EXTRA_VERSION = "-cvs-20090603" +GMSH_EXTRA_VERSION = "" GMSH_VERSION =\ ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} -- GitLab