Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdatkinson committed Dec 2, 2023
1 parent 3d4a71f commit 74a07ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

# Make sure this matches ./NAM/version.h!
project(NAM VERSION 0.0.1)
project(NAM VERSION 0.1.0)

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

Expand Down
4 changes: 2 additions & 2 deletions NAM/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

#endif

0 comments on commit 74a07ce

Please sign in to comment.