From c6eac457a678b446b7ca4a46dc6bc43a8cceba58 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 29 Aug 2015 16:19:05 +0200 Subject: [PATCH] v2.4.1 --- src/manager_window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager_window.vala b/src/manager_window.vala index 21df373..0ad5d58 100644 --- a/src/manager_window.vala +++ b/src/manager_window.vala @@ -20,7 +20,7 @@ using Gtk; using Alpm; -const string VERSION = "2.4.0"; +const string VERSION = "2.4.1"; namespace Pamac {