- Timestamp:
- 12/07/11 14:00:51 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Puzzlebox-Synapse.nsi
r305 r315 4 4 5 5 Name "Puzzlebox Synapse" 6 OutFile "Puzzlebox-Synapse-0.5. 1-setup.exe"6 OutFile "Puzzlebox-Synapse-0.5.2-setup.exe" 7 7 8 8 ; Some default compiler settings (uncomment and change at will): -
trunk/setup.py
r310 r315 3 3 # Puzzlebox - ThinkGear Emulator - Py2Exe Distutils 4 4 # 5 # Copyright Puzzlebox Productions, LLC (2010 )5 # Copyright Puzzlebox Productions, LLC (2010-2011) 6 6 # 7 7 # This code is released under the GNU Pulic License (GPL) version 2 8 8 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 9 9 # 10 # Last Update: 2011.12.0 510 # Last Update: 2011.12.07 11 11 # 12 12 ##################################################################### … … 97 97 setup( 98 98 name='puzzlebox_synapse', 99 version='0.5. 1',99 version='0.5.2', 100 100 description='Puzzlebox Synapse provides a GUI and socket-server interface to commercially available EEG headsets', 101 101 author='Steve Castellotti',
Note: See TracChangeset
for help on using the changeset viewer.