summaryrefslogtreecommitdiffstats
path: root/src/windows/winlevel.h
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-03-13 17:02:13 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-03-13 17:02:13 +0000
commit77e88e98c823946edde78a40a7110e6f8bfb80eb (patch)
treeb3bbd66d27149d450b244af98b7f097d5ba8e755 /src/windows/winlevel.h
parent54554bd97019502f76ba45f8a0dfe51ee523b11f (diff)
downloadkrb5-77e88e98c823946edde78a40a7110e6f8bfb80eb.tar.gz
krb5-77e88e98c823946edde78a40a7110e6f8bfb80eb.tar.xz
krb5-77e88e98c823946edde78a40a7110e6f8bfb80eb.zip
add new file windows/winlevel.h and update windows/version.rc
to allow for a configurable KRB5_BUILDLEVEL. This will be used to distinguish binary files from the same version 1.4.3 but different releases (alpha-1, alpha-2, beta-1, beta-2, final) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17735 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/winlevel.h')
-rw-r--r--src/windows/winlevel.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/windows/winlevel.h b/src/windows/winlevel.h
new file mode 100644
index 0000000000..c7af75c03c
--- /dev/null
+++ b/src/windows/winlevel.h
@@ -0,0 +1,33 @@
+/*
+ * winlevel.h
+ *
+ * Copyright (C) 2006 by the Massachusetts Institute of Technology.
+ * All rights reserved.
+ *
+ * Export of this software from the United States of America may
+ * require a specific license from the United States Government.
+ * It is the responsibility of any person or organization contemplating
+ * export to obtain such a license before exporting.
+ *
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission. Furthermore if you modify this software you must label
+ * your software as modified software and not distribute it in such a
+ * fashion that it might be confused with the original M.I.T. software.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose. It is provided "as is" without express
+ * or implied warranty.
+ */
+
+/*
+ * This is the slave file for Windows version stamping purposes.
+/* This value should be an ever increasing number that is
+ * updated for each alpha, beta, final release. This will ensure
+ * that file identifiers are unique
+ */
+#define KRB5_BUILDLEVEL 0