Itk - the [incr Tk] extension

Check-in [1b04f825dc]
Login

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

Overview
Comment:merge release
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | itk-3-branch
Files: files | file ages | folders
SHA1: 1b04f825dcfe9568e74497ebf347d32277cdcb45
User & Date: dgp 2016-03-01 15:42:20.266
Context
2018-06-14
12:43
Remove Mac OS 9 support. Leaf check-in: ac6afc928a user: dgp tags: itk-3-branch
2016-03-01
15:42
merge release check-in: 1b04f825dc user: dgp tags: itk-3-branch
2016-02-22
16:17
merge Itk 3 Closed-Leaf check-in: 72bc7d1f1c user: dgp tags: itk-3-4-2, itk-3-4-2-rc, rc1
16:16
Backport fix for [8a022f72e7]. check-in: b13ef6aaae user: dgp tags: itk-3-branch
Changes
Unified Diff Ignore Whitespace Patch
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	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.







|


|







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	2

#define ITK_VERSION		"3.4"
#define ITK_PATCH_LEVEL		"3.4.2"


/*
 * 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.