Skip to content

Commit 931b147

Browse files
committed
Bump version to v0.4
1 parent 99ecd71 commit 931b147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Project (freeblocks)
22
cmake_minimum_required (VERSION 2.6)
33

44
Set (PACKAGE "FREEBLOCKS")
5-
Set (VERSION "0.3")
5+
Set (VERSION "0.4")
66

77
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
88

src/sys.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ bool sysInit() {
9999

100100
if(Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 2, 1024) == -1 ) return false;
101101

102-
SDL_WM_SetCaption("FreeBlocks v0.3",NULL);
102+
SDL_WM_SetCaption("FreeBlocks v0.4",NULL);
103103

104104
sysConfigSetFolder();
105105
sysConfigLoad();

0 commit comments

Comments
 (0)