diff options
author | jbrjake <[email protected]> | 2008-04-15 16:51:05 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-04-15 16:51:05 +0000 |
commit | 26aa7d186cae0aaa4c301a8fc772ebeab3f15d14 (patch) | |
tree | 108f4dfecb4b595436e04a9d2f1929100e239316 | |
parent | cd50ec81f08bddffb7956dd34d0d1de41dd33a2f (diff) |
Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only covers trunk files, libhb, and test.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5
48 files changed, 55 insertions, 52 deletions
@@ -1,4 +1,4 @@ -AUTHORS file for HandBrake <http://handbrake.m0k.org/> +AUTHORS file for HandBrake <http://handbrake.fr/> Eric Petit <[email protected]> + Core (construct, multithreading, BeOS/OS X/Linux ports) @@ -1,6 +1,6 @@ $Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $
-BUILD file for HandBrake <http://handbrake.m0k.org/>
+BUILD file for HandBrake <http://handbrake.fr/>
Building HandBrake with make
=============================
diff --git a/BuildContribsDarwin.sh b/BuildContribsDarwin.sh index f9faecac1..736d7cd1c 100755 --- a/BuildContribsDarwin.sh +++ b/BuildContribsDarwin.sh @@ -33,7 +33,7 @@ export VERSION=$1 export IP=$2 export USERNAME=$3 -export REPOS=svn://svn.m0k.org/HandBrake/trunk +export REPOS=svn://svn.handbrake.fr/HandBrake/trunk # ########################################################################## # Launch the build on the foreign system # ########################################################################## @@ -1,4 +1,4 @@ -CREDITS file for HandBrake <http://handbrake.m0k.org/>
+CREDITS file for HandBrake <http://handbrake.fr/>
HandBrake uses many cool libraries from the GNU/Linux world.
Thank their authors!
@@ -1,7 +1,7 @@ # $Id: Jamfile,v 1.86 2005/11/04 13:09:40 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: <http://handbrake.m0k.org/>. +# Homepage: <http://handbrake.fr/>. # It may be used under the terms of the GNU General Public License. SubDir TOP ; @@ -1,7 +1,7 @@ # $Id: Jamrules,v 1.59 2005/11/04 16:06:21 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: <http://handbrake.m0k.org/>. +# Homepage: <http://handbrake.fr/>. # It may be used under the terms of the GNU General Public License. include config.jam ; @@ -70,13 +70,13 @@ actions OSXPackage cp CREDITS "HandBrake $(HB_VERSION)/CREDITS.txt" && \ cp THANKS "HandBrake $(HB_VERSION)/THANKS.txt" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/" ) > \ + echo "URL=http://handbrake.fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Homepage.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/forum/" ) > \ + echo "URL=http://forum.handbrake,fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Forums.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/contribute.php" ) > \ + echo "URL=http://handbrake.fr/?article=development" ) > \ "HandBrake $(HB_VERSION)/Contribute.url" && \ cp -r HandBrake.app "HandBrake $(HB_VERSION)" && \ zip -9 -r $(<) "HandBrake $(HB_VERSION)" && \ @@ -1,4 +1,4 @@ -NEWS file for HandBrake <http://handbrake.m0k.org/> +NEWS file for HandBrake <http://handbrake.fr/> Changes between 0.9.1 and 0.9.2: @@ -1,4 +1,4 @@ -THANKS file for HandBrake <http://handbrake.m0k.org/>
+THANKS file for HandBrake <http://handbrake.fr/>
Several people noticeably contributed to MediaFork and HandBrake development
without writing code (submitting/checking translations, DVD samples, etc).
diff --git a/TRANSLATIONS b/TRANSLATIONS index 4ca546b84..c88258829 100644 --- a/TRANSLATIONS +++ b/TRANSLATIONS @@ -1,10 +1,13 @@ $Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 titer Exp $ -TRANSLATIONS file for HandBrake <http://handbrake.m0k.org/> +TRANSLATIONS file for HandBrake <http://handbrake.fr/> Translating HandBrake ===================== +***** HandBrake does not currently have a localization scheme for any of its interfaces. +***** Information below is obsolete and only useful for historical purposes: + Only the OS X interface of HandBrake can be translated at the moment. Localization is not implemented in BeOS and GTK GUIs. diff --git a/libhb/Jamfile b/libhb/Jamfile index 4f20701c6..c64bfded2 100644 --- a/libhb/Jamfile +++ b/libhb/Jamfile @@ -1,7 +1,7 @@ # $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: <http://handbrake.m0k.org/>. +# Homepage: <http://handbrake.fr/>. # It may be used under the terms of the GNU General Public License. SubDir TOP libhb ; diff --git a/libhb/common.c b/libhb/common.c index 247d15ec6..97d84ff60 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -1,7 +1,7 @@ /* $Id: common.c,v 1.15 2005/03/17 19:22:47 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include <stdarg.h> diff --git a/libhb/common.h b/libhb/common.h index ae02fecda..bbdccfd98 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1,7 +1,7 @@ /* $Id: common.h,v 1.51 2005/11/04 13:09:40 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #ifndef HB_COMMON_H diff --git a/libhb/deca52.c b/libhb/deca52.c index 421c97346..6695d3687 100644 --- a/libhb/deca52.c +++ b/libhb/deca52.c @@ -1,7 +1,7 @@ /* $Id: deca52.c,v 1.14 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 4dc9a587e..5ca114eee 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -1,7 +1,7 @@ /* $Id: decavcodec.c,v 1.6 2005/03/06 04:08:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decdca.c b/libhb/decdca.c index ec6dedd87..28081900d 100644 --- a/libhb/decdca.c +++ b/libhb/decdca.c @@ -1,7 +1,7 @@ /* $Id: decdca.c,v 1.14 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/declpcm.c b/libhb/declpcm.c index 884680b94..49b15bb82 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -1,7 +1,7 @@ /* $Id: declpcm.c,v 1.8 2005/11/04 14:44:01 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c index dd30ba8b5..baea63736 100644 --- a/libhb/decmpeg2.c +++ b/libhb/decmpeg2.c @@ -1,7 +1,7 @@ /* $Id: decmpeg2.c,v 1.12 2005/03/03 16:30:42 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decsub.c b/libhb/decsub.c index ba5da0496..4b6b873fc 100644 --- a/libhb/decsub.c +++ b/libhb/decsub.c @@ -1,7 +1,7 @@ /* $Id: decsub.c,v 1.12 2005/04/14 17:37:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/demuxmpeg.c b/libhb/demuxmpeg.c index 40264fd2e..424cce696 100644 --- a/libhb/demuxmpeg.c +++ b/libhb/demuxmpeg.c @@ -1,7 +1,7 @@ /* $Id: demuxmpeg.c,v 1.4 2004/10/19 23:11:36 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/dvd.c b/libhb/dvd.c index 8e6c1feae..d2a8d72fa 100644 --- a/libhb/dvd.c +++ b/libhb/dvd.c @@ -1,7 +1,7 @@ /* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c index f5d96ecb7..dca246d25 100644 --- a/libhb/encavcodec.c +++ b/libhb/encavcodec.c @@ -1,7 +1,7 @@ /* $Id: encavcodec.c,v 1.23 2005/10/13 23:47:06 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encfaac.c b/libhb/encfaac.c index 7303a3faa..7e06a1408 100644 --- a/libhb/encfaac.c +++ b/libhb/encfaac.c @@ -1,7 +1,7 @@ /* $Id: encfaac.c,v 1.13 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/enclame.c b/libhb/enclame.c index 6b31a11d1..24e9542f4 100644 --- a/libhb/enclame.c +++ b/libhb/enclame.c @@ -1,7 +1,7 @@ /* $Id: enclame.c,v 1.9 2005/03/05 14:27:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/enctheora.c b/libhb/enctheora.c index 3773b708a..59414687c 100644 --- a/libhb/enctheora.c +++ b/libhb/enctheora.c @@ -1,5 +1,5 @@ /* This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index 136096a15..5ba073291 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -1,7 +1,7 @@ /* $Id: encvorbis.c,v 1.6 2005/03/05 15:08:32 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encx264.c b/libhb/encx264.c index 62c987244..e529d45a5 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -1,7 +1,7 @@ /* $Id: encx264.c,v 1.21 2005/11/04 13:09:41 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include <stdarg.h> diff --git a/libhb/encxvid.c b/libhb/encxvid.c index e09464d92..17723899d 100644 --- a/libhb/encxvid.c +++ b/libhb/encxvid.c @@ -1,7 +1,7 @@ /* $Id: encxvid.c,v 1.10 2005/03/09 23:28:39 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/fifo.c b/libhb/fifo.c index 484f3195c..69b8b908b 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -1,7 +1,7 @@ /* $Id: fifo.c,v 1.17 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/internal.h b/libhb/internal.h index 52683464f..73a5502da 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -1,7 +1,7 @@ /* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ /*********************************************************************** diff --git a/libhb/lang.c b/libhb/lang.c index e56436864..c1be7b3fc 100644 --- a/libhb/lang.c +++ b/libhb/lang.c @@ -1,7 +1,7 @@ /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "lang.h" diff --git a/libhb/lang.h b/libhb/lang.h index 36bf2bf1e..cdf39e015 100644 --- a/libhb/lang.h +++ b/libhb/lang.h @@ -1,7 +1,7 @@ /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #ifndef HB_LANG_H diff --git a/libhb/muxavi.c b/libhb/muxavi.c index 632f24640..89893077c 100644 --- a/libhb/muxavi.c +++ b/libhb/muxavi.c @@ -1,7 +1,7 @@ /* $Id: muxavi.c,v 1.10 2005/03/30 18:17:29 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index c4f3a8941..04e876a44 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -1,7 +1,7 @@ /* $Id: muxcommon.c,v 1.23 2005/03/30 17:27:19 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/muxmkv.c b/libhb/muxmkv.c index c90f73ea7..0c2c00ada 100644 --- a/libhb/muxmkv.c +++ b/libhb/muxmkv.c @@ -1,7 +1,7 @@ /* $Id: $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ /* libmkv header */ diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 0515e5636..c401c968f 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -1,7 +1,7 @@ /* $Id: muxmp4.c,v 1.24 2005/11/04 13:09:41 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ /* libmp4v2 header */ diff --git a/libhb/muxogm.c b/libhb/muxogm.c index a7b72d510..ccb10517a 100644 --- a/libhb/muxogm.c +++ b/libhb/muxogm.c @@ -1,7 +1,7 @@ /* $Id: muxogm.c,v 1.4 2005/02/20 00:41:56 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/ports.c b/libhb/ports.c index 3f02595cd..cecfc562e 100644 --- a/libhb/ports.c +++ b/libhb/ports.c @@ -1,7 +1,7 @@ /* $Id: ports.c,v 1.15 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include <time.h> diff --git a/libhb/ports.h b/libhb/ports.h index ce9441a1c..9c2143944 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -1,7 +1,7 @@ /* $Id: ports.h,v 1.7 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #ifndef HB_PORTS_H diff --git a/libhb/reader.c b/libhb/reader.c index a57c79641..ac02f90ca 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -1,7 +1,7 @@ /* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/render.c b/libhb/render.c index ae326f63e..fa873b3e7 100644 --- a/libhb/render.c +++ b/libhb/render.c @@ -1,7 +1,7 @@ /* $Id: render.c,v 1.17 2005/04/14 17:37:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/scan.c b/libhb/scan.c index 814492fc9..8669fb01e 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -1,7 +1,7 @@ /* $Id: scan.c,v 1.52 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/stream.c b/libhb/stream.c index 478aef114..9738eb36b 100755 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -1,7 +1,7 @@ /* $Id$ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/sync.c b/libhb/sync.c index efd1d17bf..90e7fc345 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -1,7 +1,7 @@ /* $Id: sync.c,v 1.38 2005/04/14 21:57:58 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/update.c b/libhb/update.c index c343c261f..0aca2b5c6 100644 --- a/libhb/update.c +++ b/libhb/update.c @@ -1,7 +1,7 @@ /* $Id: update.c,v 1.7 2005/03/26 23:04:14 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/work.c b/libhb/work.c index 11a52bd02..0632fde07 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -1,7 +1,7 @@ /* $Id: work.c,v 1.43 2005/03/17 16:38:49 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/test/parsecsv.c b/test/parsecsv.c index 2afc12c4f..cc3b6aa9c 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -1,7 +1,7 @@ /* $Id: parsecsv.c $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include <fcntl.h> diff --git a/test/parsecsv.h b/test/parsecsv.h index f3e27a751..ef20792e7 100644 --- a/test/parsecsv.h +++ b/test/parsecsv.h @@ -1,7 +1,7 @@ /* $Id: parsecsv.h $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ /* diff --git a/test/test.c b/test/test.c index 06f7cbf31..90a95e3dc 100644 --- a/test/test.c +++ b/test/test.c @@ -1,7 +1,7 @@ /* $Id: test.c,v 1.82 2005/11/19 08:25:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. + Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #include <signal.h> @@ -131,7 +131,7 @@ int main( int argc, char ** argv ) h = hb_init( debug, update ); /* Show version */ - fprintf( stderr, "HandBrake %s (%d) - http://handbrake.m0k.org/\n", + fprintf( stderr, "HandBrake %s (%d) - http://handbrake.fr/\n", hb_get_version( h ), hb_get_build( h ) ); /* Check for update */ |