Browse Source

Version number update in configure.ac in advance of new release.

tags/4.1.2
Gary Scavone 10 years ago
parent
commit
3d86f23d6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(RtAudio, 4.1.1, gary@music.mcgill.ca, rtaudio)
AC_INIT(RtAudio, 4.1.2, gary@music.mcgill.ca, rtaudio)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(RtAudio.cpp)
AC_CONFIG_FILES([rtaudio-config rtaudio.pc Makefile tests/Makefile doc/Makefile doc/doxygen/Doxyfile])


Loading…
Cancel
Save