Prepare for next version
This commit is contained in:
parent
6f61d51b3a
commit
f19d6c9e5f
@ -1,3 +1,5 @@
|
||||
2.4
|
||||
|
||||
2.3
|
||||
- Very small release. The windows setup now installs the C++ library
|
||||
automatically.
|
||||
|
@ -12,7 +12,7 @@ def m(request, *args, **kwargs):
|
||||
@application.route("/version/<id>")
|
||||
def show_version(request, *args, **kwargs):
|
||||
if kwargs["id"] == "relational":
|
||||
return "2.3"
|
||||
return "2.4"
|
||||
return "No version"
|
||||
|
||||
@application.route('/feedback/<id>')
|
||||
|
@ -22,7 +22,7 @@ import os
|
||||
import os.path
|
||||
import getopt
|
||||
|
||||
version = "2.3"
|
||||
version = "2.4"
|
||||
|
||||
|
||||
def printver(exit=True):
|
||||
|
@ -20,7 +20,7 @@ from distutils.core import setup
|
||||
|
||||
def c_setup(name):
|
||||
setup(
|
||||
version='2.3',
|
||||
version='2.4',
|
||||
name=name,
|
||||
packages=(name,),
|
||||
author="Salvo 'LtWorf' Tomaselli",
|
||||
|
@ -53,5 +53,5 @@ setup(
|
||||
}
|
||||
],
|
||||
name="Relational",
|
||||
version="2.3",
|
||||
version="2.4",
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
||||
AppName=Relational
|
||||
AppVerName=Relational ver. 2.3
|
||||
AppVerName=Relational ver. 2.4
|
||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||
AppPublisherURL=http://ltworf.github.io/relational/
|
||||
AppSupportURL=http://ltworf.github.io/relational/
|
||||
|
Loading…
Reference in New Issue
Block a user