summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-05-25 01:20:06 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-05-25 01:20:06 +0000
commit2ae33f17c3145e7add2cb1c099f213815b7025cb (patch)
treeb919997cc1b9c04784899c5d0716e3a902f1b280 /version.h
parentec21c8989542106ed1f4cc58a5657a662d23abfe (diff)
downloadsudo-2ae33f17c3145e7add2cb1c099f213815b7025cb.tar.gz
Initial revision
Diffstat (limited to 'version.h')
-rw-r--r--version.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 000000000..2fb12f167
--- /dev/null
+++ b/version.h
@@ -0,0 +1,26 @@
+/*
+ * CU sudo version 1.3.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 1, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ */
+
+#ifndef _SUDO_VERSION_H
+#define _SUDO_VERSION_H
+
+static char version = "1.3.1beta6";
+
+#endif /* _SUDO_VERSION_H */