We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497f84f commit d7836ebCopy full SHA for d7836eb
1 file changed
version.cpp
@@ -1,8 +1,8 @@
1
const char *get_qaac_version()
2
{
3
#ifdef REFALAC
4
- return "1.84";
+ return "1.85";
5
#else
6
- return "2.84";
+ return "2.85";
7
#endif
8
}
0 commit comments