~ubuntu-branches/ubuntu/karmic/qscintilla2/karmic

« back to all changes in this revision

Viewing changes to Qt4/Qsci/qsciglobal.h

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Marek
  • Date: 2009-06-20 12:11:11 UTC
  • mfrom: (1.1.3 upstream) (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090620121111-6xsr2u1usw62eprl
Tags: 2.4-3
* Upload rebuilt packages
* Fixes segfault on import

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include <qglobal.h>
44
44
 
45
45
 
46
 
#define QSCINTILLA_VERSION      0x020302
47
 
#define QSCINTILLA_VERSION_STR  "2.3.2"
 
46
#define QSCINTILLA_VERSION      0x020400
 
47
#define QSCINTILLA_VERSION_STR  "2.4"
48
48
 
49
49
 
50
50
// Under Windows, define QSCINTILLA_MAKE_DLL to create a Scintilla DLL, or