diff options
author | Teddy Wing | 2022-10-27 19:51:44 +0200 |
---|---|---|
committer | Teddy Wing | 2022-10-27 19:51:58 +0200 |
commit | 3a5f23b0e1c90c02c356fdcb0c190fd64eeca3f1 (patch) | |
tree | 16c37b572eb5fdb864f83baf52aa3f49629e0a87 /SSVLSystemAlertVolume.c | |
parent | 0e75a2a51f47e745cc47693511ea4844ef6f3ecc (diff) | |
download | SSVLSystemAlertVolume-3a5f23b0e1c90c02c356fdcb0c190fd64eeca3f1.tar.bz2 |
Add a version number (v0.1.0)
Diffstat (limited to 'SSVLSystemAlertVolume.c')
-rw-r--r-- | SSVLSystemAlertVolume.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SSVLSystemAlertVolume.c b/SSVLSystemAlertVolume.c index ae921b3..4f6c270 100644 --- a/SSVLSystemAlertVolume.c +++ b/SSVLSystemAlertVolume.c @@ -6,6 +6,8 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +// Version: 0.1.0 + #include "SSVLSystemAlertVolume.h" const AudioServicesPropertyID SSVLAudioServicesPropertySystemAlertVolume = 'ssvl'; |