Menu

/trunk/src/version.in Commit Log


Commit Date  
[r878] (533 Bytes) by XhmikosR

version.in: Add missing #pragma once directive.

2013-06-09 08:22:53 View
Download
[r834] (517 Bytes) by steveking

Fix version resources and use dots in the version strings:
* FILEVER and PRODUCTVER must use commas with a space after the comma - not using that format results in various apps just showing "1, 0, 0, 0" for the version.
* The STRFILEVER and STRPRODUCTVER can actually be anything - they're strings after all. But they must include the \0 char at the end or some apps will fail to read those strings or even crash.
* in the version resource, the "BLOCK" value must match the "Translation" value, or almost all applications that read the version will not find the version strings.

2013-01-24 20:21:54 View
Download
[r824] (517 Bytes) by steveking

Go back using ',' to separate the version numbers in the version resource for FileVersion and ProductVersion. Only this is actually valid, using periods is not: the API VerQueryValue will fail if periods are used!

2013-01-11 19:36:04 View
Download
[r796] (507 Bytes) by XhmikosR

use the _countof macro instead of explicitly specifying the number of elements and reindent version.in

2012-12-07 18:57:37 View
Download
[r788] (498 Bytes) by XhmikosR

use periods in the version's strings

2012-12-02 10:10:44 View
Download
[r660] (508 Bytes) by steveking

patch from XhmikosR:
bump the copyright year, remove unwanted spaces and convert some tabs to spaces.

2012-04-22 13:47:43 View
Download
[r165] (544 Bytes) by steveking

Add about dialog.

2007-08-06 12:45:47 View
Download
[r5] (550 Bytes) by steveking

* fix build system
* implement main dialog

2007-03-13 18:37:47 View
Download
[r2] (668 Bytes) by steveking

import first data.

2007-03-12 17:48:57 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.