Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Sep 12, 2024
1 parent a86b791 commit 22533c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#CMake file for drumrox
cmake_minimum_required(VERSION 3.0)
project (drumrox VERSION 3.3.0 LANGUAGES CXX C)
project (drumrox VERSION 3.3.1 LANGUAGES CXX C)


set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
Expand Down
1 change: 1 addition & 0 deletions nknob.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <stdlib.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include <gtk/gtktooltip.h>
#include "nknob.h"

#define SCROLL_DELAY_LENGTH 100
Expand Down

0 comments on commit 22533c4

Please sign in to comment.