summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2011-08-30 18:47:27 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:29 +0200
commit325fea749470f53e3d9dcd903d1c9b7c881a37fc (patch)
tree66011339647868f6b429819e916f0abcd753fb47 /Makefile.in
parent692c1b860c5ccc43420263f12a4d6a46f987b8a6 (diff)
Fix for compile bug in Windows DS and library configure in linux (GS).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 10b7ac3..8a6b03b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,7 +8,8 @@ OBJECTS = RtAudio.o @objects@
STATIC = librtaudio.a
SHARED = @sharedlib@
-RELEASE = 4.0.7
+RELEASE = 4.0.9
+MAJOR = 4
LIBRARIES = $(STATIC) $(SHARED)
CC = @CXX@