From 6b1eaea2190cdef6f64d82f395b58867411ea7c1 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 11 Jul 2011 13:14:19 +0000 Subject: [PATCH] =?utf8?q?Passage=20=C3=A0=20la=20version=202.0.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@368 fe552daf-6dbe-4428-90eb-1537e0879342 --- minwii_installer.iss | 2 +- setup.py | 2 +- setup_win_exe.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/minwii_installer.iss b/minwii_installer.iss index 3f74054..b5d1efc 100644 --- a/minwii_installer.iss +++ b/minwii_installer.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{40F63892-D0D9-4E45-B295-A76BC9AFBD63} AppName=MINWii -AppVerName=MINWii 1.2.1 +AppVerName=MINWii 2.0.0 AppPublisher=MINES-ParisTech DefaultDirName={pf}\MINWii DisableDirPage=yes diff --git a/setup.py b/setup.py index c304f45..4e8e5b2 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ $URL$ from distutils.core import setup setup(name='MINWii', - version='1.0', + version='2.0', description='Musicochérapie Interractive Numérique avec la Wiimote', author='Samuel Benveniste', author_email='samuel.benveniste@gmail.com', diff --git a/setup_win_exe.py b/setup_win_exe.py index b55d449..511c94d 100755 --- a/setup_win_exe.py +++ b/setup_win_exe.py @@ -78,7 +78,7 @@ class BuildExe: self.project_url = "about:none" #Version of program - self.project_version = "1.2.1" + self.project_version = "2.0.0" #License of the program self.license = "GPL" -- 2.20.1