mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 08:02:00 +02:00
fixes #1881 update About dialog to print version number less prominently
This commit is contained in:
+4
-1
@@ -37,7 +37,10 @@ AC_DEFINE_UNQUOTED(FWBUILDER_XML_VERSION, "$FWBUILDER_XML_VERSION")
|
||||
|
||||
echo "Creating VERSION.h file..."
|
||||
|
||||
echo "#define VERSION \"$VERSION\"" > VERSION.h
|
||||
cat <<EOF > VERSION.h
|
||||
#define VERSION "$VERSION"
|
||||
#define GENERATION "$GENERATION"
|
||||
EOF
|
||||
|
||||
dnl try to find QT
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user