Lines Matching defs:version
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
57 #include "version.h"
212 " --version print current version\n"
378 static void version(void)
380 printf("%s: version " SND_UTIL_VERSION_STR " by Jaroslav Kysela <perex@perex.cz>\n", command);
488 {"version", 0, 0, OPT_VERSION},
583 version();
976 vocminor = LE_SHORT(vp->version) & 0xFF;
977 vocmajor = LE_SHORT(vp->version) / 256;
978 if (LE_SHORT(vp->version) != (0x1233 - LE_SHORT(vp->coded_ver)))
979 return -2; /* coded version mismatch */
2659 vh.version = LE_SHORT(VOC_ACTUAL_VERSION);