Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (15 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/source/visualization/externals/gl2ps/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/externals/gl2ps/include/CVS/Entries

    r1337 r1340  
    11/G4OpenGL2PSAction.hh/1.4/Thu Sep 30 06:17:28 2010//
    2 /Geant4_gl2ps.h/1.2/Mon Jul 12 14:53:17 2010//
    3 /gl2ps.h/1.2/Mon Jul 12 14:53:17 2010//
     2/Geant4_gl2ps.h/1.3/Wed Nov  3 15:19:14 2010//
     3/gl2ps.h/1.3/Wed Nov  3 16:40:15 2010//
    44D
  • trunk/source/visualization/externals/gl2ps/include/Geant4_gl2ps.h

    r937 r1340  
    2727#define Geant4_gl2ps_h
    2828
    29 // gl2ps-1.3.3
     29// gl2ps-1.3.5
    3030// The gl2ps code is prefixed by Geant4_ in order
    3131// to avoid clashes with other gl2ps code that may come at link
  • trunk/source/visualization/externals/gl2ps/include/gl2ps.h

    r937 r1340  
    5353 * to provide one.
    5454 *
    55  * For the latest info about gl2ps, see http://www.geuz.org/gl2ps/.
     55 * For the latest info about gl2ps and a full list of contributors,
     56 * see http://www.geuz.org/gl2ps/.
     57 *
    5658 * Please report all bugs and problems to <gl2ps@geuz.org>.
    5759 */
     
    6870#  if defined(_MSC_VER)
    6971#    pragma warning(disable:4115)
     72#    pragma warning(disable:4996)
    7073#  endif
    7174#  include <windows.h>
     
    103106#define GL2PS_MAJOR_VERSION 1
    104107#define GL2PS_MINOR_VERSION 3
    105 #define GL2PS_PATCH_VERSION 3
     108#define GL2PS_PATCH_VERSION 5
    106109#define GL2PS_EXTRA_VERSION ""
    107110
Note: See TracChangeset for help on using the changeset viewer.