mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Bump version to 1.3.6
This commit is contained in:
parent
7995d7b5db
commit
d33cf8b8ba
6 changed files with 19 additions and 7 deletions
|
@ -3,7 +3,7 @@ package core
|
|||
// version related consts
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.3.5"
|
||||
Version = "1.3.6"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: opensnitch
|
||||
Version: 1.3.5
|
||||
Version: 1.3.6
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenSnitch is a GNU/Linux application firewall
|
||||
|
||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,4 +1,10 @@
|
|||
opensnitch (1.3.5-1) UNRELEASED; urgency=medium
|
||||
opensnitch (1.3.6-1) unstable; urgency=medium
|
||||
|
||||
* Bug fix and improvements release.
|
||||
|
||||
-- gustavo-iniguez-goya <gooffy1@gmail.com>
|
||||
|
||||
opensnitch (1.3.5-1) unstable; urgency=medium
|
||||
|
||||
* Bug fix and improvements release.
|
||||
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
opensnitch-ui (1.3.5-1) UNRELEASED; urgency=medium
|
||||
opensnitch-ui (1.3.6-1) unstable; urgency=medium
|
||||
|
||||
* Bug fix and improvements release.
|
||||
|
||||
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Wed, 10 Feb 2021 10:17:43 +0100
|
||||
|
||||
opensnitch-ui (1.3.5-1) unstable; urgency=medium
|
||||
|
||||
* Bug fix and improvements release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%define name opensnitch-ui
|
||||
%define version 1.3.5
|
||||
%define unmangled_version 1.3.5
|
||||
%define version 1.3.6
|
||||
%define unmangled_version 1.3.6
|
||||
%define release 1
|
||||
%define __python python3
|
||||
%define desktop_file opensnitch_ui.desktop
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.3.5'
|
||||
version = '1.3.6'
|
||||
|
|
Loading…
Add table
Reference in a new issue