We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8407f commit 0afa801Copy full SHA for 0afa801
ChangeLog
@@ -1,3 +1,7 @@
1
+2019-01-24
2
+v0.3.3
3
+ - Codestyle fixes
4
+
5
2018-01-17
6
v0.3.2
7
- updated statusnotifier to 1.0.0
tools/core.cpp
@@ -33,10 +33,10 @@
33
#define TITLE _("About AlsaVolume")
34
#define PROGNAME _("Alsa Volume Changer")
35
#define COMMENTS _("Tray Alsa Volume Changer written using gtkmm")
36
-#define COPYRIGHT _("2012-2018 (c) Vitaly Tonkacheyev ([email protected])")
+#define COPYRIGHT _("2012-2019 (c) Vitaly Tonkacheyev ([email protected])")
37
#define WEBSITE "http://sites.google.com/site/thesomeprojects/"
38
#define WEBSITELABEL _("Program Website")
39
-#define VERSION "0.3.2"
+#define VERSION "0.3.3"
40
41
#define POLLING_INTERVAL 2000
42
version.txt
@@ -1 +1 @@
-0.3.2
+0.3.3
0 commit comments