Skip to content

Commit 74a07ce

Browse files
committed
Bump version to 0.1.0
1 parent 3d4a71f commit 74a07ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
# Make sure this matches ./NAM/version.h!
4-
project(NAM VERSION 0.0.1)
4+
project(NAM VERSION 0.1.0)
55

66
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
77

NAM/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Make sure this matches NAM version in ../CMakeLists.txt!
55
#define NEURAL_AMP_MODELER_DSP_VERSION_MAJOR 0
6-
#define NEURAL_AMP_MODELER_DSP_VERSION_MINOR 0
7-
#define NEURAL_AMP_MODELER_DSP_VERSION_PATCH 1
6+
#define NEURAL_AMP_MODELER_DSP_VERSION_MINOR 1
7+
#define NEURAL_AMP_MODELER_DSP_VERSION_PATCH 0
88

99
#endif

0 commit comments

Comments
 (0)