Home
last modified time | relevance | path

Searched refs:VER_ALPHA (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dversion.rc24 FILEVERSION VER_MAJOR,VER_MINOR,VER_BETA,VER_ALPHA
25 PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_BETA,VER_ALPHA
37 #if VER_ALPHA != 0
53 …ING(VER_MAJOR) "," MAKE_STRING(VER_MINOR) "," MAKE_STRING(VER_BETA) "," MAKE_STRING(VER_ALPHA) "\0"
59 #if VER_ALPHA != 0
65 #if VER_ALPHA != 0
70 #if VER_BETA == 99 && VER_ALPHA > 90
71 …NG(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING(VER_BETA) "." MAKE_STRING(VER_ALPHA) ")\0"
73 #if VER_ALPHA != 0
77 …ING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING(VER_BETA) "." MAKE_STRING(VER_ALPHA) "\0"
[all …]
H A Dabout.cpp216 #if VER_ALPHA > 0 && (VER_ALPHA < 90 || VER_BETA < 99) in FirstProc()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dversion.rc24 FILEVERSION VER_MAJOR,VER_MINOR,VER_BETA,VER_ALPHA
25 PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_BETA,VER_ALPHA
37 #if VER_ALPHA != 0
53 …ING(VER_MAJOR) "," MAKE_STRING(VER_MINOR) "," MAKE_STRING(VER_BETA) "," MAKE_STRING(VER_ALPHA) "\0"
59 #if VER_ALPHA != 0
65 #if VER_ALPHA != 0
70 #if VER_BETA == 99 && VER_ALPHA > 90
71 …NG(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING(VER_BETA) "." MAKE_STRING(VER_ALPHA) ")\0"
73 #if VER_ALPHA != 0
77 …ING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING(VER_BETA) "." MAKE_STRING(VER_ALPHA) "\0"
[all …]
H A Dabout.cpp220 #if VER_ALPHA > 0 && (VER_ALPHA < 90 || VER_BETA < 99) in FirstProc()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dversion.h7 #define VER_ALPHA 3 macro
9 … / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA %…
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dversion.h7 #define VER_ALPHA 44 macro
9 … / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA %…
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dversion.h12 VER_ALPHA, enumerator
H A Dinitfile.cc1203 if (Version::ReleaseType == VER_ALPHA) in reset_options()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Daboutdialog.cpp23 .arg(VER_ALPHA)); in AboutDialog()
H A Dmainwindow.cpp27 .arg(VER_ALPHA)); in MainWindow()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Daboutdialog.cpp23 .arg(VER_ALPHA)); in AboutDialog()
H A Dmainwindow.cpp27 .arg(VER_ALPHA)); in MainWindow()