From 4fcc9e69b0046854cc3cbd767d930aced35ab45b Mon Sep 17 00:00:00 2001 From: David Lara Date: Sun, 24 Aug 2014 22:54:34 +0000 Subject: [PATCH] Bumped version to 1.2, added instructions in README file for openSUSE users --- README | 4 ++++ src/main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 8750380..a89ae25 100644 --- a/README +++ b/README @@ -17,6 +17,10 @@ For Ubuntu users, run this: $ sudo apt-get install gcc libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev +For openSUSE users, run this: + +$ zypper in gcc libSDL-devel libSDL_mixer-devel libSDL_image-devel libSDL_ttf-devel libSDL_gfx-devel + Unpack the source code file: $ tar vxfz abbaye_linux_beta.tar.gz diff --git a/src/main.c b/src/main.c index 605da24..9e37f1d 100644 --- a/src/main.c +++ b/src/main.c @@ -59,7 +59,7 @@ main () /* Iniciar SDL */ iniciar_sdl (); - SDL_WM_SetCaption("Abbaye des Morts - v1.13", "Abbaye des Morts"); + SDL_WM_SetCaption("Abbaye des Morts - v1.2", "Abbaye des Morts"); #ifdef _RENDER_320_240 pantalla = SDL_SetVideoMode(320,240,8,SDL_HWSURFACE|SDL_DOUBLEBUF); #else