Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxx committed Jul 14, 2015
1 parent c8a1354 commit 7c39da3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@


Bermuda Syndrome README Bermuda Syndrome README
Release version: 0.1.4 (February 26 2011) Release version: 0.1.5 ($date)
------------------------------------------------------------------------------- -------------------------------------------------------------------------------




Expand Down
12 changes: 4 additions & 8 deletions web/build_distrib.py
@@ -1,15 +1,10 @@
#!/usr/bin/env python #!/usr/bin/env python


VERSION = '0.1.4' VERSION = '0.1.5'


SDL_TARBALL = [ 'bs-%s-sdl-win32.zip', SDL_TARBALL = [ 'bs-%s-sdl2-win32.zip',
( (
'../README', '../README',
'../README-SDL',
'../libogg-0.dll',
'../libvorbis-0.dll',
'../libvorbisfile-3.dll',
'../SDL.dll',
'../bs.exe' '../bs.exe'
) )
] ]
Expand All @@ -32,7 +27,8 @@
'../game.h', '../game.h',
'../intern.h', '../intern.h',
'../main.cpp', '../main.cpp',
'../mixer.cpp', '../mixer_sdl.cpp',
'../mixer_soft.cpp',
'../mixer.h', '../mixer.h',
'../opcodes.cpp', '../opcodes.cpp',
'../parser_dlg.cpp', '../parser_dlg.cpp',
Expand Down

0 comments on commit 7c39da3

Please sign in to comment.