Home
last modified time | relevance | path

Searched refs:VERSION_H (Results 1 - 6 of 6) sorted by relevance

/third_party/node/tools/dep_updaters/
H A Dupdate-libuv.sh21 VERSION_H="$DEPS_DIR/uv/include/uv/version.h"
22 CURRENT_MAJOR_VERSION=$(grep "#define UV_VERSION_MAJOR" "$VERSION_H" | sed -n "s/^.*MAJOR \(.*\)/\1/p")
23 CURRENT_MINOR_VERSION=$(grep "#define UV_VERSION_MINOR" "$VERSION_H" | sed -n "s/^.*MINOR \(.*\)/\1/p")
24 CURRENT_PATCH_VERSION=$(grep "#define UV_VERSION_PATCH" "$VERSION_H" | sed -n "s/^.*PATCH \(.*\)/\1/p")
25 CURRENT_IS_RELEASE=$(grep "#define UV_VERSION_IS_RELEASE" "$VERSION_H" | sed -n "s/^.*RELEASE \(.*\)/\1/p")
26 CURRENT_SUFFIX_VERSION=$(grep "#define UV_VERSION_SUFFIX" "$VERSION_H" | sed -n "s/^.*SUFFIX \"\(.*\)\"/\1/p")
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dversion.h25 #ifndef VERSION_H
26 #define VERSION_H macro
51 #endif /* VERSION_H */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dversion.h1 #ifndef VERSION_H
2 #define VERSION_H macro
14 #endif /* VERSION_H */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dversion.h1 #ifndef VERSION_H
2 #define VERSION_H macro
14 #endif /* VERSION_H */
/third_party/mesa3d/src/mesa/main/
H A Dversion.h27 #ifndef VERSION_H
28 #define VERSION_H macro
69 #endif /* VERSION_H */
/third_party/mbedtls/scripts/
H A Dfootprint.sh89 VERSION_H="include/mbedtls/version.h"
90 MBEDTLS_VERSION=$( sed -n 's/.*VERSION_STRING *"\(.*\)"/\1/p' $VERSION_H )

Completed in 2 milliseconds