From f10cf1598359c2184cfc1b27fa7be4f5fb767833 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 29 Jan 2023 15:09:04 +0200 Subject: [PATCH] Revert "Development cycle for version 2" (1-stable branch) This reverts commit 7f056848060775a8b330abc74d5258c01e32f4ac. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 2c55d754..0db15ce6 100644 --- a/wscript +++ b/wscript @@ -7,9 +7,9 @@ from __future__ import with_statement parallel_debug = False APPNAME='ladish' -VERSION='2-dev' +VERSION='1' DBUS_NAME_BASE = 'org.ladish' -RELEASE = False +RELEASE = True # these variables are mandatory ('/' are converted automatically) top = '.'