Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Nov 28, 2024
1 parent 29faeff commit d4cc1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpd-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["alisomay <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion libpd
Submodule libpd updated 43 files
+194 −0 .github/workflows/builds.yaml
+0 −30 .travis.yml
+1 −1 Android.mk
+25 −0 CHANGES.txt
+26 −291 CMakeLists.txt
+23 −18 Makefile
+1 −1 README.md
+10 −0 cpp/PdBase.hpp
+2 −1 java/org/puredata/core/PdBase.java
+8 −0 jni/z_jni.h
+8 −0 jni/z_jni_shared.c
+3 −1 libpd.podspec
+44 −30 libpd.xcodeproj/project.pbxproj
+1 −1 libpd.xcodeproj/xcshareddata/xcschemes/libpd-ios.xcscheme
+5 −5 libpd_wrapper/util/z_queued.c
+4 −4 libpd_wrapper/util/z_queued.h
+14 −39 libpd_wrapper/util/z_ringbuffer.c
+7 −5 libpd_wrapper/util/z_ringbuffer.h
+5 −13 libpd_wrapper/z_libpd.c
+4 −4 libpd_wrapper/z_libpd.h
+7 −0 objc/PdAudioController.h
+11 −0 objc/PdAudioController.m
+11 −10 objc/PdAudioUnit.m
+1 −1 pure-data
+2 −0 python/setup.py
+2 −1 samples/c/pdtest/Makefile
+2 −1 samples/c/pdtest_double/Makefile
+2 −1 samples/c/pdtest_gui/Makefile
+1 −3 samples/c/pdtest_gui/pdtest_gui.c
+0 −30 samples/c/pdtest_gui/wintimeofday.h
+2 −1 samples/c/pdtest_multi/Makefile
+1 −1 samples/c/pdtest_portaudio/Makefile
+13 −0 samples/c/pdtest_portaudio/pdtest_portaudio.c
+2 −1 samples/c/pdtest_queued/Makefile
+2 −1 samples/c/pdtest_thread/Makefile
+2 −1 samples/cpp/pdtest/Makefile
+2 −2 samples/cpp/pdtest_freeverb/Makefile
+2 −2 samples/cpp/pdtest_jack/Makefile
+1 −1 samples/cpp/pdtest_multi/.gitignore
+2 −2 samples/cpp/pdtest_multi/Makefile
+2 −2 samples/cpp/pdtest_rtaudio/Makefile
+6 −4 samples/objc/ios/pdtest/pdtest.xcodeproj/project.pbxproj
+13 −7 samples/objc/ios/pdtest/pdtest/Base.lproj/Storyboard.storyboard

0 comments on commit d4cc1d1

Please sign in to comment.