Kaynağa Gözat

* 1.2.2

svn: 1737
Bryan Drewery 21 yıl önce
ebeveyn
işleme
2e4ccd1f15
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 2 0
      doc/UPDATES
  2. 1 1
      src/main.c

+ 2 - 0
doc/UPDATES

@@ -2,6 +2,8 @@ This is a summary of ChangeLog basically.
 
 Lines prefixxed with '-' were disabled before release and are not finishsed.
 
+1.2.2
+
 1.2.1
 
 * No longer reading in /etc/hosts, still reading .hosts though

+ 1 - 1
src/main.c

@@ -65,7 +65,7 @@
 extern int		optind;
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	egg_version[1024] = "1.2.1";
+const char	egg_version[1024] = "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? */