summaryrefslogtreecommitdiff
path: root/src/satversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/satversion.c')
-rw-r--r--src/satversion.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/satversion.c b/src/satversion.c
deleted file mode 100644
index 4d28125..0000000
--- a/src/satversion.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2009, Novell Inc.
- *
- * This program is licensed under the BSD license, read LICENSE.BSD
- * for further information
- */
-
-#include "satversion.h"
-
-const char sat_version[] = LIBSOLV_VERSION_STRING;
-int sat_version_major = LIBSOLV_VERSION_MAJOR;
-int sat_version_minor = LIBSOLV_VERSION_MINOR;
-int sat_version_patch = LIBSOLV_VERSION_PATCH;