Documentation updates in preparation for 5.0.0 release.

This commit is contained in:
garyscavone
2023-08-04 11:21:16 -04:00
parent fd5e37863d
commit 3675846c66
195 changed files with 2190 additions and 1320 deletions

View File

@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(STK, 4.6.2, gary.scavone@mcgill.ca, stk)
AC_INIT(STK, 5.0.0, gary.scavone@mcgill.ca, stk)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/Stk.cpp)
AC_CONFIG_FILES(Makefile src/Makefile projects/demo/Makefile projects/effects/Makefile projects/ragamatic/Makefile projects/examples/Makefile projects/examples/libMakefile projects/eguitar/Makefile)