Diff for /embedaddon/istgt/src/istgt_ver.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 16:42:02 version 1.1.1.2, 2012/10/09 09:13:23
Line 1 Line 1
 /*  /*
 * Copyright (C) 2008-2011 Daisuke Aoyama <aoyama@peach.ne.jp>. * Copyright (C) 2008-2012 Daisuke Aoyama <aoyama@peach.ne.jp>.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 28 Line 28
 #ifndef ISTGT_VER_H  #ifndef ISTGT_VER_H
 #define ISTGT_VER_H  #define ISTGT_VER_H
   
#define ISTGT_VERSION "0.4"#define ISTGT_VERSION "0.5"
#define ISTGT_EXTRA_VERSION "20111008"#define ISTGT_EXTRA_VERSION "20120901"
   
 #endif /* ISTGT_VER_H */  #endif /* ISTGT_VER_H */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>