Skip to content

Commit

Permalink
Fix << to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 10, 2014
1 parent 4710c07 commit 105675a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* Gambas3
* gambas3-runtime (>= 3.5.0)
* gambas3-gb-image (>= 3.5.0)
* gambas3-gb-qt4 (<< 3.5.0)
* gambas3-gb-form (<< 3.5.0)
* gambas3-gb-qt4 (>= 3.5.0)
* gambas3-gb-form (>= 3.5.0)
* gambas3-gb-desktop (>= 3.5.0)
* gambas3-gb-form-stock (>= 3.5.0)
* libc6
Expand Down

0 comments on commit 105675a

Please sign in to comment.