Browse Source

* Begin 1.2.5-cvs

svn: 2251
Bryan Drewery 21 years ago
parent
commit
0e56a9503d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -67,7 +67,7 @@
 extern int		optind;
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	*egg_version = "1.2.4";
+const char	*egg_version = "1.2.5-cvs";
 
 bool	used_B = 0;		/* did we get started with -B? */
 int 	role;