Commit a5655c507e67dced8c2aedfd3d6222e3f9b84aa2
- Diff rendering mode:
- inline
- side by side
build/lib/Makefile.inc
(1 / 1)
|   | |||
| 3 | 3 | LIBNAME = stlport | |
| 4 | 4 | MAJOR = 5 | |
| 5 | 5 | MINOR = 1 | |
| 6 | PATCH = 5 | ||
| 6 | PATCH = 6 | ||
| 7 | 7 | SRC_CPP = ../../src/dll_main.cpp \ | |
| 8 | 8 | ../../src/fstream.cpp \ | |
| 9 | 9 | ../../src/strstream.cpp \ |
etc/ChangeLog-5.1
(4 / 0)
|   | |||
| 1 | 2008-01-19 Francois Dumont <dums@users.sourceforge.net> | ||
| 2 | |||
| 3 | * 5.1.5 released based on revision 3387. | ||
| 4 | |||
| 1 | 5 | 2008-01-15 Petr Ovtchenkov <complement@users.sourceforge.net> | |
| 2 | 6 | ||
| 3 | 7 | * stlport/stl/config/_hpux.h: define _POSIX_C_SOURCE 199506; |
|   | |||
| 23 | 23 | /* STLport version */ | |
| 24 | 24 | #define _STLPORT_MAJOR 5 | |
| 25 | 25 | #define _STLPORT_MINOR 1 | |
| 26 | #define _STLPORT_PATCHLEVEL 5 | ||
| 26 | #define _STLPORT_PATCHLEVEL 6 | ||
| 27 | 27 | ||
| 28 | #define _STLPORT_VERSION 0x515 | ||
| 28 | #define _STLPORT_VERSION 0x516 | ||
| 29 | 29 | ||
| 30 | 30 | #endif /* _STLP_STLPORT_VERSION_H */ |

