Stephen Sinclair пре 11 година
родитељ
комит
15127fff48
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      Makefile.in
  2. 1 1
      configure.ac

+ 2 - 2
Makefile.in

@@ -8,8 +8,8 @@ OBJECTS	= RtMidi.o
 
 STATIC = librtmidi.a
 SHARED = @sharedlib@
-RELEASE = 2.0.0
-MAJOR = 1
+RELEASE = 2.0.1
+MAJOR = 2
 LIBRARIES = $(STATIC) $(SHARED)
 
 CC       = @CXX@

+ 1 - 1
configure.ac

@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(RtMidi, 2.0, gary@music.mcgill.ca, rtmidi)
+AC_INIT(RtMidi, 2.0.1, gary@music.mcgill.ca, rtmidi)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(RtMidi.cpp)
 AC_CONFIG_FILES([rtmidi-config librtmidi.pc Makefile tests/Makefile])