summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:37:42 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:37:42 +0000
commit98fcd6fa6ca11aeedcb714182ccde2fdfd817fa3 (patch)
treeabd9d668a55e59478a84dad92f7a24ab080aefe2 /version.h
parent6e0d374904a1327a474b548e2f0ba2d1f7515c8a (diff)
reduce the amount of recompiling necessary when the version string changes
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4646 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'version.h')
-rw-r--r--version.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..897de90
--- /dev/null
+++ b/version.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under thet erms 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; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+extern const char *dahdi_tools_version;