This website requires JavaScript.
Explore
Help
Sign In
fenix
/
fdkaac
mirror of
https://github.com/nu774/fdkaac.git
Watch
1
Star
0
Fork
You've already forked fdkaac
0
Code
Issues
Projects
Releases
Wiki
Activity
3de0e22dcc
fdkaac
/
version.h
5 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
initial commit
2013-01-04 17:10:05 +01:00
#
ifndef VERSION_H
#
define VERSION_H
bump version
2013-10-27 14:43:18 +01:00
const
char
*
fdkaac_version
=
"
0.4.1
"
;
initial commit
2013-01-04 17:10:05 +01:00
#
endif