diff options
-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 |