~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to win32/msvc/lasso_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

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,5,0
 
11
#define LASSO_WINDOWS_VERSION 2,0,0,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.5"
 
31
#define PACKAGE_STRING "Liberty Alliance Single Sign On 2.0.0"
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.5"
 
37
#define PACKAGE_VERSION "2.0.0"
38
38
 
39
39
/* Version number of package */
40
 
#define VERSION "0.6.5"
 
40
#define VERSION "2.0.0"
41
41