~showard314/ubuntu/utopic/qtiplot/utopic_1311721

« back to all changes in this revision

Viewing changes to qtiplot/src/core/globals.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2011-05-07 17:00:26 UTC
  • mfrom: (1.1.9 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110507170026-77wvcv8uc6955fff
* moved debian/build.conf into debian/patches/03_build_conf.patch
  to track changes to build.conf between releases. Updated
  debian/rules accordingly.
* New upstream release. (Closes: #599450)
* Refreshed patches.
* debian/control B-D on libalglib-dev, libtamuanova-dev,
  libqtexengine-dev
* debian/rules allows for parallel builds
* Byte compile python modules with dh_python2, removed debian/*.post{rm,inst}
  dropped dependency on depricated python-central (Closes: #587669)
* Added shared-mime-info xml data in debian/qtiplot.sharedmimeinfo
  (LP: #184307)
* 04_qwtplot3d_static.patch added to build a modified static
  library of qwt3dplot
* 05_link_gl2ps.patch added to use Debian gl2ps library.
* Policy 3.9.2, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
//! Patch version number (0..9)
35
35
const int patch_version = 8;
36
36
//! Extra version information string (like "alpha", "-2", etc...)
37
 
const char * extra_version = ".2";
 
37
const char * extra_version = ".4";
 
38
const char * svn_revision = SVN_REVISION;  //SRB: SVN_REVISION set by compiler from QTIPLOT_SVN_REVISION environment variable. (10/1/2010 )
 
39
 
38
40
//! Copyright string containing the author names
39
 
const char * copyright_string = "Copyright (C) 2004-2010 Ion Vasilief";
 
41
const char * copyright_string = "Copyright (C) 2004-2011 Ion Vasilief";
40
42
//! Release date as a string
41
 
const char * release_date = " 2010/09/02";
 
43
const char * release_date = " 2011/02/17";