7 lines
105 B
C
7 lines
105 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define VERSION_NUMBER "openh264 default: 1.1"
|
||
|
|
||
|
#endif // VERSION_H
|