VERSION 0.5.0

This commit is contained in:
chris2511 2004-05-26 21:17:12 +00:00
parent 24f33d8038
commit 32130f4acd
3 changed files with 11 additions and 16 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
xca (0.5.0-1) unstable; urgency=low
* orthographical changes
* more translations
* segfault in CRL import removed
* manpage and documentation updated
* store "midnight" in template
-- Christian Hohnstaedt <christian@hohnstaedt.de> Wed, 26 May 2004 23:07:23 +0200
xca (0.4.7-RC2-1) unstable; urgency=low
* open db if explicit mentioned, otherwise do not.

View File

@ -3,7 +3,7 @@
#ifndef BASE_H
#define BASE_H
#define VER "0.4.7"
#define VER "0.5.0-cvs"
#if QT_VERSION >= 0x030000
#define qt3 1

View File

@ -1,15 +0,0 @@
/* base definitions */
#ifndef BASE_H
#define BASE_H
#define VER "VERSION-W32"
#define MARK
#define DBEX(x) x.get_errno();
#define CERR(x)
#define XCA_TITLE "X Certificate and Key management"
#endif