This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-z64.

commit 1936e026521cfd4421c4fbbec0ab4ff81444fb94
Author: Sven Eckelmann <[email protected]>
Date:   Sat Jan 22 10:24:15 2011 +0100

    Imported Upstream version 1.99.4
---
 projects/unix/Makefile | 5 +++++
 src/maingl.cpp         | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index cee356a..983c265 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -35,6 +35,11 @@ ifeq ("$(UNAME)","linux")
   SO_EXTENSION = so
   SHARED = -shared
 endif
+ifneq ("$(filter GNU hurd,$(UNAME))","")
+  OS = LINUX
+  SO_EXTENSION = so
+  SHARED = -shared
+endif
 ifeq ("$(UNAME)","Darwin")
   OS = OSX
   SO_EXTENSION = dylib
diff --git a/src/maingl.cpp b/src/maingl.cpp
index c144ad5..a143634 100644
--- a/src/maingl.cpp
+++ b/src/maingl.cpp
@@ -202,7 +202,7 @@ extern "C" {
             *PluginType = M64PLUGIN_GFX;
 
         if (PluginVersion != NULL)
-            *PluginVersion = 0x016300;
+            *PluginVersion = 0x016304;
 
         if (APIVersion != NULL)
             *APIVersion = PLUGIN_API_VERSION;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/mupen64plus-video-z64.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to