summaryrefslogtreecommitdiff
path: root/src/nsc_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsc_driver.c')
-rw-r--r--src/nsc_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsc_driver.c b/src/nsc_driver.c
index 4904b8b..353eac6 100644
--- a/src/nsc_driver.c
+++ b/src/nsc_driver.c
@@ -211,10 +211,10 @@
/* This should match the durango code version.
* The patchlevel may be used to indicate changes in geode.c
*/
-#define NSC_VERSION_NAME "2.8.0"
+#define NSC_VERSION_NAME "2.8.1"
#define NSC_VERSION_MAJOR 2
#define NSC_VERSION_MINOR 8
-#define NSC_PATCHLEVEL 0
+#define NSC_PATCHLEVEL 1
#define NSC_VERSION_CURRENT ((NSC_VERSION_MAJOR << 24) | \
(NSC_VERSION_MINOR << 16) | NSC_PATCHLEVEL)