Skip to content
Snippets Groups Projects
Commit 73abe0c3 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Change version to 1.0.1

parent 165261ea
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ install_reqs = parse_requirements('requirements.txt', session='hack') ...@@ -6,7 +6,7 @@ install_reqs = parse_requirements('requirements.txt', session='hack')
# reqs is a list of requirement # reqs is a list of requirement
# e.g. ['django==1.5.1', 'mezzanine==1.4.6'] # e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs = [str(ir.req) for ir in install_reqs] reqs = [str(ir.req) for ir in install_reqs]
version = '1.0.0' version = '1.0.1'
if os.name == "posix": if os.name == "posix":
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
; NOTE: The value of AppId uniquely identifies this application. ; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications. ; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
#define AppVer="1.0" #define AppVer="1.0.1"
AppId={{4B4F7755-28D0-4157-89AA-9752C38E3508} AppId={{4B4F7755-28D0-4157-89AA-9752C38E3508}
AppName=D-Genies AppName=D-Genies
AppVersion={#AppVer} AppVersion={#AppVer}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment