* src/DateDisplay: don't rely on strftime, since it does not

handle dates before 1900


svn: r3576
This commit is contained in:
Don Allingham
2004-09-27 03:16:48 +00:00
parent c218d7c4f0
commit 37314056ca
5 changed files with 14 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ AC_PREREQ(2.57)
AC_INIT(gramps, 1.1.1, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
dnl RELEASE=1
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"