Pārlūkot izejas kodu

* Begin 1.2.6-cvs

svn: 2320
Bryan Drewery 21 gadi atpakaļ
vecāks
revīzija
4b65a97619
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 2 0
      doc/UPDATES
  2. 1 1
      src/main.c

+ 2 - 0
doc/UPDATES

@@ -11,6 +11,8 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 - Added cmd_iop which will invite the specified nick to a chan and then auto-op them upon joining (does a userhost)
 - Added hijacked invite detection based on server invite notices.
 
+1.2.6
+
 1.2.5
 * Fixed a segfault/cpu-spin with mode parsing. (#25)
 * Fixed a segfault/cpu-spin during WHO parsing, although, it could have occurred at any time. (#110)

+ 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.5";
+const char	*egg_version = "1.2.6-cvs";
 
 bool	used_B = 0;		/* did we get started with -B? */
 int 	role;