summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_config.h')
-rw-r--r--src/lib/netlist/nl_config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/netlist/nl_config.h b/src/lib/netlist/nl_config.h
index ed6f5ec4d74..aef19f255dc 100644
--- a/src/lib/netlist/nl_config.h
+++ b/src/lib/netlist/nl_config.h
@@ -10,6 +10,20 @@
#include "plib/pconfig.h"
#include "plib/pexception.h"
+///
+/// \brief Version - Major.
+///
+#define NL_VERSION_MAJOR 0
+///
+/// \brief Version - Minor.
+///
+#define NL_VERSION_MINOR 4
+///
+/// \brief Version - Patch level.
+///
+#define NL_VERSION_PATCHLEVEL 1
+
+///
/// \addtogroup compiledefine
/// \{