release version 0.55

This commit is contained in:
nothings.org 2007-06-27 19:45:57 +00:00
parent 56195061fd
commit 43500fa8b3
3 changed files with 4 additions and 2 deletions

2
imv.c
View File

@ -38,8 +38,10 @@
;
#undef set
// trivial error handling
void error(char *str) { MessageBox(NULL, str, "imv(stb) error", MB_OK); }
// OutputDebugString with varargs, can be compiled out
#ifdef _DEBUG
int do_debug;
void ods(char *str, ...)

View File

@ -1,4 +1,4 @@
Version 0.55 [todo]
Version 0.55 (2007-06-27)
* feature: toggle filename label
* feature: toggle entire border
* feature: toggle white stripe in border

View File

@ -1 +1 @@
set VERSION="0.54"
set VERSION="0.55"