~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to client/win_build/seti_boinc_private.h

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
2
 
/* DO NOT EDIT ! */
3
 
 
4
 
#ifndef SETI_BOINC_PRIVATE_H
5
 
#define SETI_BOINC_PRIVATE_H
6
 
 
7
 
/* VERSION DEFINITIONS */
8
 
#define VER_STRING      "7.0.0.0"
9
 
#define VER_MAJOR       7
10
 
#define VER_MINOR       0
11
 
#define VER_RELEASE     0
12
 
#define VER_BUILD       0
13
 
#define COMPANY_NAME    "Space Sciences Laboratory"
14
 
#define FILE_VERSION    "7.00"
15
 
#define FILE_DESCRIPTION        "setiathome_v7"
16
 
#define INTERNAL_NAME   "setiathome_v7"
17
 
#define LEGAL_COPYRIGHT "Copyright 2011, Regents University of California"
18
 
#define LEGAL_TRADEMARKS        ""
19
 
#define ORIGINAL_FILENAME       ""
20
 
#define PRODUCT_NAME    "setiathome_v7"
21
 
#define PRODUCT_VERSION "7.00"
22
 
 
23
 
#endif /*SETI_BOINC_PRIVATE_H*/