aboutsummaryrefslogtreecommitdiff
path: root/src/pj_release.c
blob: f808450d70407150dfc5508eddebcc4c1cbd0a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* <<< Release Notice for library >>> */

#include "projects.h"

char const pj_release[]="Rel. 5.0.0, March 1st, 2018";

const char *pj_get_release()

{
    return pj_release;
}