diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 11:30:37 -0800 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 11:30:37 -0800 |
| commit | 07c639e41165da70aab5016adf1bf7133a418b31 (patch) | |
| tree | 23134f770f593643c52f9ca458f06c23fc3d0873 /Makefile.in | |
| parent | a16508efc3f1ce9dee8f8d760ed68626b34881df (diff) | |
Renamed RtError class to RtAudioError and embedded it in RtAudio.h.
Deleted RtError.h from distribution and renamed all references to
RtError in the documentation, test files, and Windows .dsp files.
The version number was incremented to 4.1.0 in anticipation of
the next release, as this change affects the API.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a2ab13c..74d648d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ OBJECTS = RtAudio.o @objects@ LIBNAME = librtaudio STATIC = $(LIBNAME).a SHARED = @sharedlib@ -RELEASE = 4.0.12 +RELEASE = 4.1.0 MAJOR = 4 LIBRARIES = $(STATIC) $(SHARED) @@ -46,7 +46,7 @@ install: $(LN) -sf @sharedname@ $(PREFIX)/lib/$(SHARED) $(LN) -sf @sharedname@ $(PREFIX)/lib/$(SHARED).$(MAJOR) install --mode=644 $(LIBNAME).pc $(PREFIX)/lib/pkgconfig - install --mode=644 RtAudio.h RtError.h $(PREFIX)/include/ + install --mode=644 RtAudio.h $(PREFIX)/include/ install --mode=755 rtaudio-config $(PREFIX)/bin/ uninstall: |
