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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/netlist/nl_config.h b/src/lib/netlist/nl_config.h
index 3ce69e9595f..7c7dd582e1e 100644
--- a/src/lib/netlist/nl_config.h
+++ b/src/lib/netlist/nl_config.h
@@ -17,11 +17,11 @@
///
/// \brief Version - Minor.
///
-#define NL_VERSION_MINOR 7
+#define NL_VERSION_MINOR 8
///
/// \brief Version - Patch level.
///
-#define NL_VERSION_PATCHLEVEL 1
+#define NL_VERSION_PATCHLEVEL 0
///
/// \addtogroup compiledefine
@@ -143,10 +143,10 @@
///
/// | Bits | Res | Seconds | Days | Years |
/// | ====-| ===-| =======-| ====-| =====-|
-/// | 63 | 1,000,000,000 | 9,223,372,037 | 106,752| 292.3 |
-/// | 63 | 10,000,000,000 | 922,337,204 | 10,675| 29.2 |
-/// | 63 | 100,000,000,000 | 92,233,720 | 1,068| 2.9 |
-/// | 63 | 1,000,000,000,000 | 9,223,372 | 107| 0.3 |
+/// | 63 | 1,000,000,000 | 9,223,372,037 | 106,752| 292.3 |
+/// | 63 | 10,000,000,000 | 922,337,204 | 10,675| 29.2 |
+/// | 63 | 100,000,000,000 | 92,233,720 | 1,068| 2.9 |
+/// | 63 | 1,000,000,000,000 | 9,223,372 | 107| 0.3 |
///
static constexpr const auto NETLIST_INTERNAL_RES = 10'000'000'000LL;