From 5e6e9680bfe3f00a1116d08007ebc7744cdd94ae Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Thu, 11 Apr 2002 03:05:30 +0000 Subject: * Makefile.in: Build ms2mit. * version.rc: 1.3 (TEST) beta. * README: Note on building ms2mit. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14372 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/version.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/windows/version.rc') diff --git a/src/windows/version.rc b/src/windows/version.rc index ba5e1a1ff5..4e8044405c 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -23,8 +23,8 @@ /* we're going to stamp all the DLLs with the same version number */ -#define K5_PRODUCT_VERSION_STRING "1.2" BETA_STR "\0" -#define K5_PRODUCT_VERSION 1, 2, 0, 0 +#define K5_PRODUCT_VERSION_STRING "1.3 (TEST)" BETA_STR "\0" +#define K5_PRODUCT_VERSION 1, 3, 0, 0 #define K5_COPYRIGHT "Copyright (C) 1997-2000 by the Massachusetts Institute of Technology\0" #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0" -- cgit