Update of /cvsroot/radmind/radmind-pc/reg
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18341/reg
Modified Files:
regapply.c regcreate.c regdiff.c
Log Message:
Version 0.7.0.
Index: regcreate.c
===================================================================
RCS file: /cvsroot/radmind/radmind-pc/reg/regcreate.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** regcreate.c 14 Dec 2005 20:25:09 -0000 1.4
--- regcreate.c 17 May 2006 17:41:54 -0000 1.5
***************
*** 76,80 ****
int showprogress = 0;
! char version[] = "0.4.2";
char checksumlist[] = "";
char child_test_root[] = "";
--- 76,80 ----
int showprogress = 0;
! char version[] = "0.7.0";
char checksumlist[] = "";
char child_test_root[] = "";
Index: regapply.c
===================================================================
RCS file: /cvsroot/radmind/radmind-pc/reg/regapply.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** regapply.c 14 Dec 2005 20:25:09 -0000 1.5
--- regapply.c 17 May 2006 17:41:54 -0000 1.6
***************
*** 70,74 ****
SSL_CTX *ctx;
! char *version = "0.4.2", *checksumlist = "", *child_test_root = "";
extern char *ca, *cert, *privatekey;
--- 70,74 ----
SSL_CTX *ctx;
! char *version = "0.7.0", *checksumlist = "", *child_test_root = "";
extern char *ca, *cert, *privatekey;
Index: regdiff.c
===================================================================
RCS file: /cvsroot/radmind/radmind-pc/reg/regdiff.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** regdiff.c 14 Dec 2005 20:25:09 -0000 1.11
--- regdiff.c 17 May 2006 17:41:54 -0000 1.12
***************
*** 59,63 ****
#endif
! #define VERSION "0.4.2"
#define APPNAME "regdiff"
--- 59,63 ----
#endif
! #define VERSION "0.7.0"
#define APPNAME "regdiff"
|