Bump versions to 1.4.0rc1

This commit is contained in:
Gustavo Iñiguez Goia 2021-03-26 00:59:16 +01:00
parent 6048b0ef64
commit 8af290e970
6 changed files with 17 additions and 5 deletions

View file

@ -3,7 +3,7 @@ package core
// version related consts
const (
Name = "opensnitch-daemon"
Version = "1.3.6"
Version = "1.4.0rc1"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)

View file

@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.3.6
Version: 1.4.0rc1
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
opensnitch (1.4.0~rc-1) unstable; urgency=medium
* Bug fix and improvements release.
-- gustavo-iniguez-goya <gooffy1@gmail.com> Thu, 25 Mar 2021 01:02:31 +0100
opensnitch (1.3.6-1) unstable; urgency=medium
* Bug fix and improvements release.

View file

@ -1,3 +1,9 @@
opensnitch-ui (1.4.0~rc-1) unstable; urgency=medium
* Non-maintainer upload.
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Thu, 25 Mar 2021 01:03:57 +0100
opensnitch-ui (1.3.6-1) unstable; urgency=medium
* Bug fix and improvements release.

View file

@ -1,6 +1,6 @@
%define name opensnitch-ui
%define version 1.3.6
%define unmangled_version 1.3.6
%define version 1.4.0rc1
%define unmangled_version 1.4.0rc1
%define release 1
%define __python python3
%define desktop_file opensnitch_ui.desktop

View file

@ -1 +1 @@
version = '1.3.6'
version = '1.4.0rc1'