~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/core/includes/version.h.vc

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#define SCI_VERSION_MAJOR 5
16
16
#define SCI_VERSION_MINOR 4
17
17
#define SCI_VERSION_MAINTENANCE 0
18
 
#define SCI_VERSION_STRING "scilab-5.4.0-beta-2"
 
18
#define SCI_VERSION_STRING "scilab-5.4.0-beta-3"
19
19
/* SCI_VERSION_REVISION --> hash key commit */
20
20
#define SCI_VERSION_SVN_URL "svn://svn.scilab.org/scilab/trunk/"/
21
21
#define SCI_VERSION_GIT_URL "git://git.scilab.org/scilab/"
22
22
#define SCI_VERSION_REVISION origin/master
23
 
#define SCI_VERSION_TIMESTAMP 1343831356
 
23
#define SCI_VERSION_TIMESTAMP 1346315521
24
24
 
25
25
void disp_scilab_version(void);
26
26
 
27
27
/* for compatibility */
28
28
/* Deprecated */
29
29
#define SCI_VERSION SCI_VERSION_STRING
30
 
#define DEFAULT_SCI_VERSION_MESSAGE "scilab-5.4.0-beta-2 (INRIA,ENPC)"
 
30
#define DEFAULT_SCI_VERSION_MESSAGE "scilab-5.4.0-beta-3 (INRIA,ENPC)"
31
31
 
32
32
 
33
33
#endif