~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to qcm/qca.qcm

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                "int main()\n"
40
40
                "{\n"
41
41
                "       unsigned long x = QCA_VERSION;\n"
42
 
                "       if(x >= 0x016363) return 0; else return 1;\n"
 
42
                "       if(x >= 0x020000 && x < 0x030000) return 0; else return 1;\n"
43
43
                "}\n";
44
44
 
45
45
                int ret;