Explorar el Código

* 1.2.2 release

svn: 1749
Bryan Drewery hace 21 años
padre
commit
37fa899a80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -65,7 +65,7 @@
 extern int		optind;
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	*egg_version = "1.2.2-cvs";
+const char	*egg_version = "1.2.2";
 
 bool 	localhub = 1; 		/* we set this to 0 if we get a -B */
 bool	used_B = 0;		/* did we get started with -B? */