summaryrefslogtreecommitdiff
path: root/libtac/lib/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtac/lib/version.c')
-rw-r--r--libtac/lib/version.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/libtac/lib/version.c b/libtac/lib/version.c
new file mode 100644
index 0000000..fb51a4f
--- /dev/null
+++ b/libtac/lib/version.c
@@ -0,0 +1,24 @@
+/* version.c - TACACS+ library version.
+ *
+ * Copyright (C) 2010, Pawel Krawczyk <pawel.krawczyk@hush.com> and
+ * Jeroen Nijhof <jeroen@jeroennijhof.nl>
+ *
+ * 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 2 of the License, 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 - see the file COPYING.
+ *
+ * See `CHANGES' file for revision history.
+ */
+
+int tac_ver_major = 1;
+int tac_ver_minor = 10;
+int tac_ver_patch = 0; /* patchlevel */