summaryrefslogtreecommitdiff
path: root/infrastructure/cmake/getversion.pl
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/cmake/getversion.pl')
-rwxr-xr-xinfrastructure/cmake/getversion.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/cmake/getversion.pl b/infrastructure/cmake/getversion.pl
index 67e1f8a5..d7ca0333 100755
--- a/infrastructure/cmake/getversion.pl
+++ b/infrastructure/cmake/getversion.pl
@@ -8,6 +8,6 @@ chdir $basedir or die "Failed to change to base directory: $basedir: $!";
require "$basedir/infrastructure/BoxPlatform.pm.in";
-print "#define BOX_VERSION \"$BoxPlatform::product_version\"\n";
+print "$BoxPlatform::product_version\n";
exit 0;