--- src/main.cpp.orig	2013-09-08 04:54:52.000000000 -0500
+++ src/main.cpp	2015-05-30 21:59:53.000000000 -0500
@@ -32,7 +32,7 @@
  
  */
 
-const std::string VERSION = "0.4.1";
+const std::string VERSION = "@VERSION@";
 
 
 // FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)
@@ -43,7 +43,7 @@
 void showHelp()
 {
     std::cout << "dylibbundler " << VERSION << std::endl;
-    std::cout << "dylibbundler is a utility that helps bundle dynamic libraries inside mac OS X app bundles.\n" << std::endl;
+    std::cout << "dylibbundler is a utility that helps bundle dynamic libraries inside OS X application bundles.\n" << std::endl;
     
     std::cout << "-x, --fix-file <file to fix (executable or app plug-in)>" << std::endl;
     std::cout << "-b, --bundle-deps" << std::endl;