From f2a177ce957478eb29e22a8630b5cc367dde97f0 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Tue, 6 Jan 2004 01:38:11 +0000 Subject: [PATCH] version 1.3.10.1 doesn't allude to how much new crap is in this release. call this 1.4. seriously git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@98 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 3eb4461..b637db2 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -1.3.10.1 (2003/12/27) +1.4 (2003/12/27) * Major cleanups - remove most uses of strcpy() and strcat(), except in virus.c, replace with snprintf. * Add support for mailing users while they are playing. diff --git a/Makefile b/Makefile index cb7e2bf..86b0af2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.3.10.1 +VERSION = 1.4 NAME = dgamelaunch exclusions = CVS .cvsignore tags PREFIX = /usr