Home
last modified time | relevance | path

Searched refs:VER_MINOR (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/scripts/
H A Ddosbox-installer.nsi2 !define VER_MINOR 74 definition
3 !define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer"
8 VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0"
20 OutFile "DOSBox${VER_MAYOR}.${VER_MINOR}-win32-installer.exe"
23 InstallDir "$PROGRAMFILES\DOSBox-${VER_MAYOR}.${VER_MINOR}"
78 …CreateShortCut "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR} Manu…
158 Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR}.lnk"
159 Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR} Manual.lnk"
160 …Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\Extras\DOSBox ${VER_MAYOR}.${VER_MINOR} (noco…
164 …Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\Options\DOSBox ${VER_MAYOR}.${VER_MINOR} Opti…
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/scripts/
H A Ddosbox-installer.nsi2 !define VER_MINOR 74 definition
3 !define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer"
8 VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0"
20 OutFile "DOSBox${VER_MAYOR}.${VER_MINOR}-win32-installer.exe"
23 InstallDir "$PROGRAMFILES\DOSBox-${VER_MAYOR}.${VER_MINOR}"
78 …CreateShortCut "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR} Manu…
158 Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR}.lnk"
159 Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox ${VER_MAYOR}.${VER_MINOR} Manual.lnk"
160 …Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\Extras\DOSBox ${VER_MAYOR}.${VER_MINOR} (noco…
164 …Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\Options\DOSBox ${VER_MAYOR}.${VER_MINOR} Opti…
[all …]
/dports/lang/python37/Python-3.7.12/PC/layout/support/
H A Dconstants.py11 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = struct.pack(">i", sys.hexversion) variable
17 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
19 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
21 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
22 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
25 VER_MAJOR, VER_MINOR, VER_MICRO, VER_NAME, VER_SERIAL
/dports/databases/py-sqlite3/Python-3.8.12/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/databases/py-gdbm/Python-3.8.12/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/lang/python-tools/Python-3.8.12/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/lang/python311/Python-3.11.0a3/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/lang/python310/Python-3.10.1/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/lang/python39/Python-3.9.9/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/lang/python38/Python-3.8.12/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/layout/support/
H A Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/
H A Dupdate-version.pl19 my $VER_MINOR = $ARGV[1];
22 my $VERSION = "$VER_MAJOR.$VER_MINOR.$VER_PATCH$VER_EXTRA";
25 die "MINOR must be a natural number\n" unless ($VER_MINOR =~ /^\d+$/);
59 VER_MINOR => $VER_MINOR,
/dports/games/scummvm/scummvm-2.5.1/devtools/
H A Dupdate-version.pl19 my $VER_MINOR = $ARGV[1];
22 my $VERSION = "$VER_MAJOR.$VER_MINOR.$VER_PATCH$VER_EXTRA";
25 die "MINOR must be a natural number\n" unless ($VER_MINOR =~ /^\d+$/);
57 VER_MINOR => $VER_MINOR,
/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dupdate-version.pl19 my $VER_MINOR = $ARGV[1];
22 my $VERSION = "$VER_MAJOR.$VER_MINOR.$VER_PATCH$VER_EXTRA";
25 die "MINOR must be a natural number\n" unless ($VER_MINOR =~ /^\d+$/);
42 VER_MINOR => $VER_MINOR,
/dports/games/residualvm/residualvm-0.3.1/devtools/
H A Dupdate-version.pl19 my $VER_MINOR = $ARGV[1];
22 my $VERSION = "$VER_MAJOR.$VER_MINOR.$VER_PATCH$VER_EXTRA";
25 die "MINOR must be a natural number\n" unless ($VER_MINOR =~ /^\d+$/);
46 VER_MINOR => $VER_MINOR,
/dports/devel/cc65/cc65-2.19/src/common/
H A Dversion.c50 #define VER_MINOR 18U macro
65 xsnprintf (Buf, sizeof (Buf), "%u.%u - %s", VER_MAJOR, VER_MINOR, STRINGIZE (BUILD_ID)); in GetVersionAsString()
67 xsnprintf (Buf, sizeof (Buf), "%u.%u", VER_MAJOR, VER_MINOR); in GetVersionAsString()
77 return ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10)); in GetVersionAsNumber()
/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
53 …VALUE "FileVersion", MAKE_STRING(VER_MAJOR) "," MAKE_STRING(VER_MINOR) "," MAKE_STRING(VER_BETA) "…
71 …Version", "Release Candidate (v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
74 … "Pre-release (alpha) version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
77 …, "Pre-release (beta) version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
79 …uctVersion", "Release version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
/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
53 …VALUE "FileVersion", MAKE_STRING(VER_MAJOR) "," MAKE_STRING(VER_MINOR) "," MAKE_STRING(VER_BETA) "…
71 …Version", "Release Candidate (v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
74 … "Pre-release (alpha) version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
77 …, "Pre-release (beta) version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
79 …uctVersion", "Release version v" MAKE_STRING(VER_MAJOR) "." MAKE_STRING(VER_MINOR) "." MAKE_STRING…
/dports/devel/upp/upp/bazaar/plugin/assimp/
H A Drevision.h8 #define VER_MINOR 0 macro
15 #define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD
17 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
19 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/
H A Drevision.h8 #define VER_MINOR 0 macro
15 #define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD
17 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
19 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/
H A Drevision.h8 #define VER_MINOR 0 macro
15 #define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD
17 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
19 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
/dports/multimedia/assimp/assimp-5.1.3/
H A Drevision.h.in8 #define VER_MINOR @ASSIMP_VERSION_MINOR@ macro
15 #define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD
17 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
19 #define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VE…
/dports/security/softether-devel/v4.36-9754/src/BuildFiles/VerScript/
H A Dver_vg.rc4 FILEVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
5 PRODUCTVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
17 VALUE "FileVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"
23 VALUE "ProductVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"
/dports/security/softether/v4.38-9760/src/BuildFiles/VerScript/
H A Dver_vg.rc4 FILEVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
5 PRODUCTVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
17 VALUE "FileVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"
23 VALUE "ProductVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/BuildFiles/VerScript/
H A Dver_vg.rc4 FILEVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
5 PRODUCTVERSION $VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$
17 VALUE "FileVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"
23 VALUE "ProductVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$"

12345678910>>...25