1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-01-21 11:25:25 +01:00
fdkaac/version.h

5 lines
81 B
C
Raw Normal View History

2013-01-04 17:10:05 +01:00
#ifndef VERSION_H
#define VERSION_H
2013-11-03 10:12:43 +01:00
const char *fdkaac_version = "0.5.0";
2013-01-04 17:10:05 +01:00
#endif