From 4aed6c1d443989e6a0d7d0f734b18dc352914f4e Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 17 Apr 2008 17:59:34 +0000 Subject: [PATCH] This header file is for set the version number of all reactx dll files. it is not in use yet, it is small merge from reactx branch svn path=/trunk/; revision=33004 --- reactos/include/reactos/reactx.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 reactos/include/reactos/reactx.h diff --git a/reactos/include/reactos/reactx.h b/reactos/include/reactos/reactx.h new file mode 100644 index 00000000000..102609c3d66 --- /dev/null +++ b/reactos/include/reactos/reactx.h @@ -0,0 +1,4 @@ +#define REACTOS_FILEVERSION 5,3,0,900 +#define REACTOS_STR_FILE_VERSION "5.3.0.900" +#define REACTOS_PRODUCTVERSION 5,3,0,900 +#define REACTOS_STR_PRODUCT_VERSION "5.3"