|
Download version selection

In order to download the update files you will need to know what version of the software you are currently using.
To find your current version, use the menu in the software, go to HELP
and then ABOUT.
Look for the FILE VERSION. This is your current version of the software.
SELECT CURRENT VERSION
Free
software for viewing
and printing PDF files.
Information on Version numbers:
There are four main groups of numbers that make up the version number of the
software. Each group is separated by a period.
If you go to Help->About and look at the file version you will see the software
version number. This is the current version you are using.
For example 3.2.0.15.
The first number is the MAJOR VERSION NUMBER. In this example it is 3. This
means that this is version 3 of the software.
The second number is the MINOR NUMBER. In this example it is 2. We update this
number whenever there is a change in the database structure. I.e. we add a new
field, delete a field, add an index, modify a stored procedure or generator,
etc.
The third number is the RELEASE NUMBER. In this example it is 0. This field gets
updated whenever there is a change in code and we release this for use by the
end users. If we change the code but do not change the database this number gets
updated.
The last number is the BUILD NUMBER. In this example it is 15. This field gets
updated every time we rebuild the code. This number is for support technicians,
beta testers and our internal office use.
Whenever a number to the left if increased all numbers to the right are reset to
0. For example we are on version 3.2.0.15 and we added a new field to the
database. This would make the minor number go from 2 to 3. The new software
version number would be 3.3.0.0. Notice how the 15 gets reset to 0.
|