freebsd-ports/databases/dbview/files/patch-version.c
Sam Lawrance 092db99860 - Fix crash error
- Misc other small fixes

PR:		ports/37186
Submitted by:	Alexander Trapeznikov <infoteacher@ipform.ru>
Approved by:	clement (mentor)
2005-04-14 12:17:36 +00:00

11 lines
272 B
C

--- version.c.orig Fri Sep 27 00:03:57 1996
+++ version.c Tue Jul 17 03:50:48 2001
@@ -21,6 +21,6 @@
char progname[] = "dbview";
-char longname[] = "View dBase III files";
+char longname[] = "View dbf files";
-char version[] = "1.0.2";
+char version[] = "1.0.3.1";