Lines Matching refs:version

22 Adapting version after a release of an office
24 After a release the entries in cli_ure/version/version.txt must be changed to reflect the versions
50 The "x" and "y" in the names of the policy assemblies are to be replaces by version numbers. At the
67 and policy assemblies. See step 1 for the names of those assemblies. Take down the version number a…
68 can be found in the version column, which is usually right next to the name column.
72 Open the file cli_ure\version\version.txt.
81 last release. So if a version from version.txt is greater then the one of the respective
86 XYZ_NEW_VERSION : increse the value of the version
88 XYZ_OLD_VERSION : must be changes so that the right version part is one less than
96 XYZ_POLICY_VERSION: change the version according to the version of the policy assembly from the
106 of unoil/climaker/version.txt similar to the versions.txt in this module. Then rebuild the module
118 How does the version mechanism works
121 The assemblies which are build in this project have a strong name and hence a version. The version
126 The versions of all assemblies are contained in cli_ure/version/version.txt. This is the place where
128 adjusted AFTER an office was released. The version.txt must then contain the versions at the
129 time of the release. Second, when something was fixed. Then a version should be changed unless
134 minor version of cli_uretypes.dll should be incremented. When building the version directory, a scr…
136 cliureversion.mk contains all the entries of version.txt. The versions have been incremented
145 The contents of version.txt
147 The entries in version.txt are needed for building the assemblies and for building the
160 CLI_URETYPES_NEW_VERSION represents the current version of the assembly.
168 CLI_URETYPES_POLICY_VERSION represents the version of the policy file.
176 When the minor version is changed, which is the third number from the left, the
177 "old version" and the policy version must be changed as well. Using the former example,
178 an incremented version would look like this:
184 If the major version changed we would have these values:
192 The name of the policy file has changed as well so as to refer to the new version. Since
193 the name is new and refers to the version 2 auf cli_uretypes, we can start with the policy version
196 The next compatible change would require to change the version to these:
203 Automatic incrementation of the version
205 Currently switched off! See cli_ure/version/makefile.mk
206 The automatic incrementation of the version this is done when new published types have been
207 introduce between two releases.In cli_ure/version/makefile.mk the script
210 the version parts which have the meaning of a compatible change. Which versions are to be
211 incremented is contained in cli_ure/version/incversions.txt. It contains, for example these entries:
217 The names are exactly the same as in version.txt. The script knows how to increase the version
221 Entries ending on _OLD_VERSION: The third number from the left of the second version is incremented.
224 For example, the versions in version.txt are:
240 Changing a version for one assembly means changing
242 change, that is one of the first two numbers of the version has been changed, the XYZ_POLICY_ASSEMB…
245 When changing a version of an assembly then the versions of the assemblies which depend on it shoul…
246 be changed as well. For example, when changing the version of cli_uretypes.dll, then the versions o…
251 has the same old version but references a different assembly. For example, say we have a
252 cli_uretypes.dll with version 1 and a cli_ure.dll with version 1. cli_ure.dll references version 1 …
253 cli_uretypes.dll. Now the version of cli_uretypes.dll changes to version 2 and its policy assembly …
254 adapted so that all code that uses version 1 now uses version 2. This would also allow cli_ure.dll
256 cli_uretypes.dll version 2, because our build environment does not keep the older assembly. The old
257 cli_uretypes.dll version 1 was replaced by version 2. cli_ure.dll now references cli_uretypes.dll v…
258 but still has the old version.