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
|
||||
|
||||
* New upstream release
|
||||
|
@ -22,7 +22,7 @@ import os
|
||||
import os.path
|
||||
import getopt
|
||||
|
||||
version = "3.0"
|
||||
version = "3.1"
|
||||
|
||||
|
||||
def printver(exit=True):
|
||||
|
@ -20,7 +20,7 @@ from distutils.core import setup
|
||||
|
||||
def c_setup(name):
|
||||
setup(
|
||||
version='3.0',
|
||||
version='3.1',
|
||||
name=name,
|
||||
packages=(name,),
|
||||
author="Salvo 'LtWorf' Tomaselli",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Setup]
|
||||
AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
||||
AppName=Relational
|
||||
AppVerName=Relational ver. 3.0
|
||||
AppVerName=Relational ver. 3.1
|
||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||
AppPublisherURL=https://ltworf.github.io/relational/
|
||||
AppSupportURL=https://ltworf.github.io/relational/
|
||||
|
Loading…
Reference in New Issue
Block a user