We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4a71f commit 74a07ceCopy full SHA for 74a07ce
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
# Make sure this matches ./NAM/version.h!
4
-project(NAM VERSION 0.0.1)
+project(NAM VERSION 0.1.0)
5
6
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
7
NAM/version.h
@@ -3,7 +3,7 @@
// Make sure this matches NAM version in ../CMakeLists.txt!
#define NEURAL_AMP_MODELER_DSP_VERSION_MAJOR 0
-#define NEURAL_AMP_MODELER_DSP_VERSION_MINOR 0
-#define NEURAL_AMP_MODELER_DSP_VERSION_PATCH 1
+#define NEURAL_AMP_MODELER_DSP_VERSION_MINOR 1
+#define NEURAL_AMP_MODELER_DSP_VERSION_PATCH 0
8
9
#endif
0 commit comments