diff --git a/.CHANGES.NEW b/.CHANGES.NEW index d4197513a..c91f50919 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.4-beta2 + for Unreal3.4-beta3 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/configure.ac b/configure.ac index 237379537..1f1db889d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl src/win32/unrealinst.iss dnl .CHANGES.NEW dnl src/version.c.SH -AC_INIT([unrealircd], [3.4-beta2], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/]) +AC_INIT([unrealircd], [3.4-beta3], [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/RELEASE-NOTES b/doc/RELEASE-NOTES index 1c1fd2c60..965a0ec3c 100644 --- a/doc/RELEASE-NOTES +++ b/doc/RELEASE-NOTES @@ -1,7 +1,7 @@ -UnrealIRCd 3.4-beta2 Release Notes +UnrealIRCd 3.4-beta3 Release Notes =================================== -This is the second 'beta' version of UnrealIRCd 3.4. We plan to have a +This is the third 'beta' version of UnrealIRCd 3.4. We plan to have a 'stable' UnrealIRCd 3.4 release by Q4 2015. IMPORTANT REMARKS: @@ -13,11 +13,11 @@ IMPORTANT REMARKS: * Linking with 3.2.x servers is supported but highly untested. Therefore: -* You should never run 3.4-beta2 as a production server -* You should not link 3.4-beta2 with a production 3.2.x network (yet) +* You should never run 3.4-beta3 as a production server +* You should not link 3.4-beta3 with a production 3.2.x network (yet) Please do: -* Install 3.4-beta2 to play around, show to your friends, have fun with +* Install 3.4-beta3 to play around, show to your friends, have fun with the latest features and improvements, test things. * Report any problems, bugs, issues and other feedback on https://bugs.unrealircd.org/ so we can improve 3.4.x! @@ -39,7 +39,7 @@ UnrealIRCd 3.4 uses a new directory structure. target directory to install UnrealIRCd to. ./Config will ask this and it's ~/unrealircd by default (eg: /home/nerd/unrealircd). You also need to run 'make install' after 'make' now. - After compiling, you should leave your Unreal3.4-beta2 directory + After compiling, you should leave your Unreal3.4-beta3 directory and change to ~/unrealircd as everything takes place there. For example to start UnrealIRCd you run './unrealircd start' (again, from the /home/xxxx/unrealircd directory). diff --git a/include/win32/setup.h b/include/win32/setup.h index 04dcfd7cf..3cc4bb05d 100644 --- a/include/win32/setup.h +++ b/include/win32/setup.h @@ -81,6 +81,6 @@ /* Version suffix such as a beta marker or release candidate marker. (e.g.: -rc2 for unrealircd-3.2.9-rc2) */ -#define UNREAL_VERSION_SUFFIX "-beta2" +#define UNREAL_VERSION_SUFFIX "-beta3" #endif diff --git a/src/version.c.SH b/src/version.c.SH index a2996e965..d4cb23cfb 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.4-beta2" +id="3.4-beta3" echo "$id" if test -r version.c diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 127e0c459..4a5b1aa70 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -6,7 +6,7 @@ [Setup] AppName=UnrealIRCd 3.4 -AppVerName=UnrealIRCd3.4-beta2 +AppVerName=UnrealIRCd3.4-beta3 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com