Statistics
| Revision:

svn-gvsig-desktop / tags / gvsig_topologia-0_1_0-1232 / libraries / libjni-proj4 / src / pj_release.c @ 45670

History | View | Annotate | Download (174 Bytes)

1
/* <<< Release Notice for library >>> */
2

    
3
#include <projects.h>
4

    
5
char const pj_release[]="Rel. 4.4.9, 29 Oct 2004";
6

    
7
const char *pj_get_release()
8

    
9
{
10
    return pj_release;
11
}