summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ast.h b/src/ast.h
index a30ae5f..8683211 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -35,10 +35,10 @@
#endif
/* AST REC Info */
-#define AST_NAME "AST"
+#define AST_NAME "AST1000/2000"
#define AST_DRIVER_NAME "ast"
#define AST_MAJOR_VERSION 0
-#define AST_MINOR_VERSION 60
+#define AST_MINOR_VERSION 61
#define AST_PATCH_VERSION 0
#define AST_VERSION \
((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION)