mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-16 08:41:36 +01:00
5 lines
81 B
C
5 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
const char *fdkaac_version = "0.6.2";
|
|
#endif
|