Towards 1.3.35
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Mar 2006 14:05:44 +0000 (14:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Mar 2006 14:05:44 +0000 (14:05 +0000)
configure.in
include/zebraver.h
win/zebra.nsi

index d4e0424..f1c4b3a 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2005
-dnl $Id: configure.in,v 1.91.2.19 2006-02-23 13:29:41 adam Exp $
+dnl $Id: configure.in,v 1.91.2.20 2006-03-24 14:05:44 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.34)
+AM_INIT_AUTOMAKE(idzebra,1.3.35)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 4821923..5f9ba75 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.12 2006-02-23 13:29:41 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.13 2006-03-24 14:05:45 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005
    Index Data Aps
 
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.34"
+#define ZEBRAVER "1.3.35"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2006-02-23 13:29:41 $"
+#define ZEBRADATE "$Date: 2006-03-24 14:05:45 $"
 #endif
index 664237b..21de4e0 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.16 2006-02-23 13:29:41 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.17 2006-03-24 14:05:45 adam Exp $
 
-!define VERSION "1.3.34"
+!define VERSION "1.3.35"
 !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
 
 !include "MUI.nsh"