Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Added AUTHORS and THANKSTO files
  • Loading branch information
niktischenko committed Sep 29, 2010
1 parent bd0e545 commit 88a6903
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
@@ -0,0 +1,2 @@
Nikolay Tischenko aka "somebody" <niktischenko@gmail.com>
- founder and main developer
1 change: 1 addition & 0 deletions THANKSTO
@@ -0,0 +1 @@
Thanks to www.gentleface.com for great icons used in this player
2 changes: 2 additions & 0 deletions src/libraryform.cpp
Expand Up @@ -381,6 +381,8 @@ void LibraryForm::refresh() {
_current_tracks = _lib->getTracksForAlbum(_current_album, _current_artist);
__fill_model_tracks(_model, _current_tracks);
break;
default:
return;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/someplayer.h
Expand Up @@ -47,7 +47,7 @@ namespace SomePlayer {
#include "config.h"

#define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
#define _SOMEPLAYER_VERSION_ "1.3.0"
#define _SOMEPLAYER_VERSION_ "1.3.1"
#define NDEBUG

#endif

0 comments on commit 88a6903

Please sign in to comment.