Skip to content

Commit

Permalink
Updated changelog and incremented version number to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Feb 18, 2017
1 parent 66e33d9 commit c71a995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ project(radiotray-ng CXX)
# version for user agent creation
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 2)
set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

# output dir
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
radiotray-ng (0.1.3) unstable; urgency=low

* Support building on 32bit architectures
* Added 24x24 icons and pid file to prevent multiple instances from running

-- Edward G. Bruck <ed.bruck1@gmail.com> Sat, 18 Feb 2017 14:44:27 -0800

radiotray-ng (0.1.2) unstable; urgency=low

* Fixed gdk threading not being initialized before calling gtk_init
Expand Down

0 comments on commit c71a995

Please sign in to comment.