Itk - the [incr Tk] extension

Check-in [4f970d6f43]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Bump to Itk 3.4.1 for release. TEA update to use autoconf-2.69.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | itk-3-4-1-rc
Files: files | file ages | folders
SHA1: 4f970d6f43569e7c114119f5116665409b8d0331
User & Date: dgp 2015-01-07 14:53:55.439
Context
2015-01-26
16:56
Accommodate the changed Tcl_GetHashKey() signature. Closed-Leaf check-in: 92ebd024a9 user: dgp tags: itk-3-4-1-rc
2015-01-07
14:53
Bump to Itk 3.4.1 for release. TEA update to use autoconf-2.69. check-in: 4f970d6f43 user: dgp tags: itk-3-4-1-rc
2011-04-20
14:56
Purge RCS keywords and .cvsignore files check-in: 72c13a0b6e user: dgp tags: itk-3-branch
Changes
Unified Diff Ignore Whitespace Patch
Changes to configure.

more than 10,000 changes

Changes to generic/itk.h.
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#   define TCL_FINAL_RELEASE	2
#endif


#define ITK_MAJOR_VERSION	3
#define ITK_MINOR_VERSION	4
#define ITK_RELEASE_LEVEL	TCL_FINAL_RELEASE
#define ITK_RELEASE_SERIAL	0

#define ITK_VERSION		"3.4"
#define ITK_PATCH_LEVEL		"3.4.0"


/*
 * A special definition used to allow this header file to be included
 * in resource files so that they can get obtain version information from
 * this file.  Resource compilers don't like all the C stuff, like typedefs
 * and procedure declarations, that occur below.







|


|







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#   define TCL_FINAL_RELEASE	2
#endif


#define ITK_MAJOR_VERSION	3
#define ITK_MINOR_VERSION	4
#define ITK_RELEASE_LEVEL	TCL_FINAL_RELEASE
#define ITK_RELEASE_SERIAL	1

#define ITK_VERSION		"3.4"
#define ITK_PATCH_LEVEL		"3.4.1"


/*
 * A special definition used to allow this header file to be included
 * in resource files so that they can get obtain version information from
 * this file.  Resource compilers don't like all the C stuff, like typedefs
 * and procedure declarations, that occur below.