Skip to content

Commit 0afa801

Browse files
committed
version up to 0
0.3.3
1 parent 0e8407f commit 0afa801

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-01-24
2+
v0.3.3
3+
- Codestyle fixes
4+
15
2018-01-17
26
v0.3.2
37
- updated statusnotifier to 1.0.0

tools/core.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
#define TITLE _("About AlsaVolume")
3434
#define PROGNAME _("Alsa Volume Changer")
3535
#define COMMENTS _("Tray Alsa Volume Changer written using gtkmm")
36-
#define COPYRIGHT _("2012-2018 (c) Vitaly Tonkacheyev ([email protected])")
36+
#define COPYRIGHT _("2012-2019 (c) Vitaly Tonkacheyev ([email protected])")
3737
#define WEBSITE "http://sites.google.com/site/thesomeprojects/"
3838
#define WEBSITELABEL _("Program Website")
39-
#define VERSION "0.3.2"
39+
#define VERSION "0.3.3"
4040

4141
#define POLLING_INTERVAL 2000
4242

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

0 commit comments

Comments
 (0)