]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/StrGather/StrGather.h
Modified version and usage display.
[mirror_edk2.git] / Tools / CCode / Source / StrGather / StrGather.h
index 65dc15cbe85821434ebf0279dc137d538e91a435..40a0386ae7fe09228f8783b72b92f9582262d212 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
+Copyright (c) 2004-2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -25,7 +25,10 @@ Abstract:
 #define MALLOC(size)  malloc (size)\r
 #define FREE(ptr)     free (ptr)\r
 \r
-#define PROGRAM_NAME  "StrGather"\r
+#define UTILITY_NAME          "StrGather"\r
+#define UTILITY_MAJOR_VERSION 0\r
+#define UTILITY_MINOR_VERSION 31\r
+\r
 \r
 typedef CHAR16  WCHAR;\r
 \r