Hi,

Kurosu a écrit :
Hi,

Matthieu Fertré a écrit :
it works only with 0.8.4svn!

I'll soon have an installer for windows, but for now I ran out of time for patches + stuff. What would be a good version number in the binary uploaded? Simply 0.8.4svn?

The linux is built with debug info and wormux --version reports 0.8.4svn. So yea, 0.8.4svn is enough in the version number.

However, it would be good if you can name the windows archive with a date inside, like for the linux one:
http://download.gna.org/wormux/static/wormux-0.8.4svn-2009.06.24.static-x86.tar.gz

The right branch to package is:

svn://svn.gna.org/svn/wormux/branches/wormux-0.8.4/


Please, include the attached patch too.


Thanks,

Gentildemon


Best regards,
Christophe


commit 99dd33380796d1d48dacbf339f6e1ec02bb4d4be
Author: Matthieu Fertré <matthieu.fer...@free.fr>
Date:   Wed Jun 24 23:59:37 2009 +0200

    Warning for unofficial version

diff --git a/src/main.cpp b/src/main.cpp
index 929d67d..f82175d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -114,5 +114,7 @@ int AppWormux::Main(void)
       {
         MainMenu main_menu;
         SetCurrentMenu(&main_menu);
+       AppWormux::DisplayError("WARNING   This version is not an official 
release."
+                               " It is only distributed for testing purpose!");
         choice = main_menu.Run();
       }

_______________________________________________
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev

Répondre à