Module: docs Branch: master Commit: 0f18b1c446c4b6772193cc26bb93cfd987fcda8b URL: http://source.winehq.org/git/docs.git/?a=commit;h=0f18b1c446c4b6772193cc26bb...
Author: André Hentschel nerv@dawncrow.de Date: Fri May 14 18:40:49 2010 +0200
winedev: Use newer tags.
---
en/winedev-otherdebug.sgml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/winedev-otherdebug.sgml b/en/winedev-otherdebug.sgml index 2aa4881..0454a1f 100644 --- a/en/winedev-otherdebug.sgml +++ b/en/winedev-otherdebug.sgml @@ -380,13 +380,13 @@ int main (void) </listitem> <listitem> <para> - If you found that something broke between wine-20041019 and - wine-20050930 (these are [WWW] release tags). To start regression + If you found that something broke between wine-1.1.42 and + wine-1.1.44 (these are [WWW] release tags). To start regression testing we run: <screen> git bisect start -git bisect good wine-20041019 -git bisect bad wine-20050930 +git bisect good wine-1.1.42 +git bisect bad wine-1.1.44 </screen> </para> <para>