diff --git a/.CHANGES.NEW b/.CHANGES.NEW index dda2b3709..3807935d9 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2.10.1 + for Unreal3.2.10.2 This program will help you to compile your IRC server, and ask you questions regarding the compile-time settings of it during the process. diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index 9b349b00c..f0580e270 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,4 +1,4 @@ -Unreal3.2.10.1 Release Notes +Unreal3.2.10.2 Release Notes ============================= ==[ GENERAL INFORMATION ]== diff --git a/Unreal.nfo b/Unreal.nfo index f89c57bab..4006021c7 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,5 +1,5 @@ =============================================== -= UnrealIRCd v3.2.10.1 = += UnrealIRCd v3.2.10.2 = =============================================== This release was brought to you by: diff --git a/configure.ac b/configure.ac index 13e2a2d3a..d7bd23481 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Unreal.nfo dnl .CHANGES.NEW dnl src/version.c.SH -AC_INIT([unrealircd], [3.2.10.1], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/]) +AC_INIT([unrealircd], [3.2.10.2], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/]) AC_CONFIG_SRCDIR([src/ircd.c]) AC_CONFIG_HEADER([include/setup.h]) AC_CONFIG_AUX_DIR([autoconf]) diff --git a/doc/unreal32docs.de.html b/doc/unreal32docs.de.html index 78e094758..97bd3c10a 100644 --- a/doc/unreal32docs.de.html +++ b/doc/unreal32docs.de.html @@ -27,7 +27,7 @@
UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.10.1
+ Version: 3.2.10.2
Letztes Update dieses Handbuchs: 2009-12-24
Head Coders: Stskeeps / codemastr / Syzop / Luke/ aquanight / WolfSage
diff --git a/doc/unreal32docs.es.html b/doc/unreal32docs.es.html index d7962973f..28ac0340c 100644 --- a/doc/unreal32docs.es.html +++ b/doc/unreal32docs.es.html @@ -30,7 +30,7 @@ Spanish

UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.10.1
+ Version: 3.2.10.2
Ultima actualizacion del doc: 2013-04-05

Programador jefe/mantenimiento: Syzop
diff --git a/doc/unreal32docs.fr.html b/doc/unreal32docs.fr.html index da4cc984a..12c4814f3 100644 --- a/doc/unreal32docs.fr.html +++ b/doc/unreal32docs.fr.html @@ -33,7 +33,7 @@
UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.10.1
+ Version: 3.2.10.2
Dernière mise à jour de la documentation: 2013-04-05
diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 892682344..6e8cb20b1 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -30,8 +30,8 @@ English |

UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.10.1
- Last doc update: 2013-04-05
+ Version: 3.2.10.2
+ Last doc update: 2013-11-20
Head coder/maintainer: Syzop
Coders: binki
diff --git a/doc/unreal32docs.hu.html b/doc/unreal32docs.hu.html index 8c7c27b22..b17fb8913 100644 --- a/doc/unreal32docs.hu.html +++ b/doc/unreal32docs.hu.html @@ -29,7 +29,7 @@ Hungarian |

UnrealIRCd
http://www.unrealircd.com
- Verzió: 3.2.10.1
+ Verzió: 3.2.10.2
Utolsó dokumentáció frissítés: 2013-04-05

Fõ fejlesztõ/karbantartó: Syzop
diff --git a/doc/unreal32docs.ru.html b/doc/unreal32docs.ru.html index 21b65ad66..1a5daacae 100644 --- a/doc/unreal32docs.ru.html +++ b/doc/unreal32docs.ru.html @@ -28,7 +28,7 @@
UnrealIRCd
http://www.unrealircd.com
- Âåðñèÿ: 3.2.10.1
+ Âåðñèÿ: 3.2.10.2
Ïîñëåäíåå îáíîâëåíèå: 2013-04-05

Ãëàâíûå ïðîãðàììèñòû Syzop
diff --git a/doc/unreal32docs.tr.html b/doc/unreal32docs.tr.html index e060eb399..60322a50a 100644 --- a/doc/unreal32docs.tr.html +++ b/doc/unreal32docs.tr.html @@ -48,7 +48,7 @@ href="unreal32docs.hu.html">Hungarian

UnrealIRCd
http://www.unrealircd.com/
Version: 3.2.10.1
En Son Güncelleme: +size=4>Version: 3.2.10.2
En Son Güncelleme: 2013-04-05

Baþ Kodlayýcý/Devam Ettiren: Syzop
Kodlayýcýlar: binki
diff --git a/src/modules/l_commands.c b/src/modules/l_commands.c index fb2d18f7a..8ae5aa401 100644 --- a/src/modules/l_commands.c +++ b/src/modules/l_commands.c @@ -61,7 +61,7 @@ ModuleHeader l_commands_Header #endif = { "commands", /* Name of module */ - "3.2.10.1", /* Version */ + "3.2.10.2", /* Version */ "Wrapper library for m_ commands", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/version.c.SH b/src/version.c.SH index 5020d06db..98664c64c 100644 --- a/src/version.c.SH +++ b/src/version.c.SH @@ -4,7 +4,7 @@ echo "Extracting src/version.c..." #id=`grep '$Id: Changes,v' ../Changes` #id=`echo $id |sed 's/.* Changes\,v \(.*\) .* Exp .*/\1/'` -id="3.2.10.1" +id="3.2.10.2" echo "$id" if test -r version.c diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index ac600c712..bff844419 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -11,7 +11,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2.10.1 +AppVerName=UnrealIRCd3.2.10.2 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com