Bump version
This commit is contained in:
parent
087b78c414
commit
ba2853eb82
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
relational (3.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Son, 20 Sep 2020 21:40:29 +0200
|
||||||
|
|
||||||
relational (3.0-1) unstable; urgency=low
|
relational (3.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
@ -22,7 +22,7 @@ import os
|
|||||||
import os.path
|
import os.path
|
||||||
import getopt
|
import getopt
|
||||||
|
|
||||||
version = "3.0"
|
version = "3.1"
|
||||||
|
|
||||||
|
|
||||||
def printver(exit=True):
|
def printver(exit=True):
|
||||||
|
@ -20,7 +20,7 @@ from distutils.core import setup
|
|||||||
|
|
||||||
def c_setup(name):
|
def c_setup(name):
|
||||||
setup(
|
setup(
|
||||||
version='3.0',
|
version='3.1',
|
||||||
name=name,
|
name=name,
|
||||||
packages=(name,),
|
packages=(name,),
|
||||||
author="Salvo 'LtWorf' Tomaselli",
|
author="Salvo 'LtWorf' Tomaselli",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
||||||
AppName=Relational
|
AppName=Relational
|
||||||
AppVerName=Relational ver. 3.0
|
AppVerName=Relational ver. 3.1
|
||||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||||
AppPublisherURL=https://ltworf.github.io/relational/
|
AppPublisherURL=https://ltworf.github.io/relational/
|
||||||
AppSupportURL=https://ltworf.github.io/relational/
|
AppSupportURL=https://ltworf.github.io/relational/
|
||||||
|
Loading…
Reference in New Issue
Block a user