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 | |
| parent | 0e75a2a51f47e745cc47693511ea4844ef6f3ecc (diff) | |
| download | SSVLSystemAlertVolume-3a5f23b0e1c90c02c356fdcb0c190fd64eeca3f1.tar.bz2 | |
Add a version number (v0.1.0)
| -rw-r--r-- | SSVLSystemAlertVolume.c | 2 | ||||
| -rw-r--r-- | SSVLSystemAlertVolume.h | 2 |
2 files changed, 4 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'; diff --git a/SSVLSystemAlertVolume.h b/SSVLSystemAlertVolume.h index 226e510..135ea13 100644 --- a/SSVLSystemAlertVolume.h +++ b/SSVLSystemAlertVolume.h @@ -6,6 +6,8 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +// Version: 0.1.0 + #ifndef SSVLSystemAlertVolume_h #define SSVLSystemAlertVolume_h |
