~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to win32/msvc/lasso_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define LASSO_VERSION_SUBMINOR @VERSION_RELEASE@
9
9
 
10
10
/* Windows version of the lasso version */
11
 
#define LASSO_WINDOWS_VERSION 0,6,2,0
 
11
#define LASSO_WINDOWS_VERSION 0,6,3,0
12
12
 
13
13
/* Define if ID-WSF support is enabled */
14
14
/* #undef LASSO_WSF_ENABLED */
28
28
#define PACKAGE_NAME "Liberty Alliance Single Sign On"
29
29
 
30
30
/* Define to the full name and version of this package. */
31
 
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.2"
 
31
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.3"
32
32
 
33
33
/* Define to the one symbol short name of this package. */
34
34
#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
35
35
 
36
36
/* Define to the version of this package. */
37
 
#define PACKAGE_VERSION "0.6.2"
 
37
#define PACKAGE_VERSION "0.6.3"
38
38
 
39
39
/* Version number of package */
40
 
#define VERSION "0.6.2"
 
40
#define VERSION "0.6.3"
41
41