Correct the executable name and version for when the program is run with the --help argument

Author: Nick Andrik <nick.andrik@gmail.com>

--- acetoneiso_2.2.2.orig/acetoneiso/sources/main.cpp
+++ acetoneiso_2.2.2/acetoneiso/sources/main.cpp
@@ -23,7 +23,7 @@
 //const char *h = "--help"; 
 QString clImage = argv[1];
 if ( clImage.contains("--help") ) {
-      printf ( "AcetoneISO2 2.2.1 Distribuited under GPL v.3.0 \nby Fabrizio Di Marco and Marco Di Antonio 2006-2007-2008 \nusage: \nacetoneiso [$path_to_imagefile_to_mount] --> mounts given image and opens it in default filemanager \nacetoneiso           --> opens AcetoneISO GUI\nacetoneiso --help    --> shows this help\n\n " );
+      printf ( "AcetoneISO 2.2.2 Distribuited under GPL v.3.0 \nby Fabrizio Di Marco and Marco Di Antonio 2006-2007-2008 \nusage: \nacetoneiso [$path_to_imagefile_to_mount] --> mounts given image and opens it in default filemanager \nacetoneiso           --> opens AcetoneISO GUI\nacetoneiso --help    --> shows this help\n\n " );
     }
 else {
       //printf ( "Mounting %s\n", argv[1] );  
