Commit a5655c507e67dced8c2aedfd3d6222e3f9b84aa2

  • avatar
  • dums <dums @01b27279-081b-0410…d9d9e0fb0389.>
  • Sat Jan 19 22:07:22 CET 2008
  • Tree SHA1: b7219e9
  • Parent SHA1: dcd9bbe (define _POSIX_C_SOURCE 199506; remove obsolete and wrong workaround for Solaris and Darwin in gcc.mak)
  • raw diff | raw patch
STLport 5.1.5 released based on revision 3387.

git-svn-id: https://stlport.svn.sourceforge.net/svnroot/stlport/branches/STLPORT_5_1/STLport@3409 01b27279-081b-0410-8cf9-d9d9e0fb0389
  
33LIBNAME = stlport
44MAJOR = 5
55MINOR = 1
6PATCH = 5
6PATCH = 6
77SRC_CPP = ../../src/dll_main.cpp \
88 ../../src/fstream.cpp \
99 ../../src/strstream.cpp \
  
12008-01-19 Francois Dumont <dums@users.sourceforge.net>
2
3 * 5.1.5 released based on revision 3387.
4
152008-01-15 Petr Ovtchenkov <complement@users.sourceforge.net>
26
37 * stlport/stl/config/_hpux.h: define _POSIX_C_SOURCE 199506;
  
2323/* STLport version */
2424#define _STLPORT_MAJOR 5
2525#define _STLPORT_MINOR 1
26#define _STLPORT_PATCHLEVEL 5
26#define _STLPORT_PATCHLEVEL 6
2727
28#define _STLPORT_VERSION 0x515
28#define _STLPORT_VERSION 0x516
2929
3030#endif /* _STLP_STLPORT_VERSION_H */