Skip to content

Commit 3adbfc1

Browse files
committed
Release 2.0.3
1 parent 89956c5 commit 3adbfc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
1313
set (GETTEXT_PACKAGE "${CMAKE_PROJECT_NAME}")
1414
set (RELEASE_NAME "Wingpanel")
1515
set (INDICATORS_DIR ${CMAKE_INSTALL_FULL_LIBDIR}/${CMAKE_PROJECT_NAME})
16-
set (VERSION "2.0.2")
16+
set (VERSION "2.0.3")
1717
set (VERSION_INFO "Stable Release")
1818

1919
add_definitions ("-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\"")

src/Wingpanel.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace Wingpanel {
4848
exec_name = "wingpanel";
4949
app_launcher = exec_name + ".desktop";
5050

51-
build_version = "2.0.2";
51+
build_version = "2.0.3";
5252
app_icon = "wingpanel";
5353
main_url = "https://launchpad.net/wingpanel";
5454
bug_url = "https://bugs.launchpad.net/wingpanel";

0 commit comments

Comments
 (0)