~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to src/common/darktable.h

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2011-08-02 21:32:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110802213231-r9v63trgyk1e822j
Tags: 0.9.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    This file is part of darktable,
3
 
    copyright (c) 2009--2010 johannes hanika.
 
3
    copyright (c) 2009--2011 johannes hanika.
4
4
 
5
5
    darktable is free software: you can redistribute it and/or modify
6
6
    it under the terms of the GNU General Public License as published by
40
40
#define omp_get_thread_num() 0
41
41
#endif
42
42
 
43
 
#define DT_MODULE_VERSION 3   // version of dt's module interface
 
43
#define DT_MODULE_VERSION 4   // version of dt's module interface
44
44
#define DT_VERSION 36         // version of dt's database tables
45
45
#define DT_CONFIG_VERSION 34  // dt gconf var version
46
46