diff --git a/.travis.yml b/.travis.yml index 4f769857b..048f10cb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,24 @@ +# +# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# + language: cpp +# only run travis on the master branch branches: only: - master @@ -15,6 +34,7 @@ script: - cmake -DCMAKE_INSTALL_PREFIX=../_install .. - make -j4 +# if this configuration file is not in one of the offical CMaNGOS repositories at http://github.com/cmangos/, PLEASE remove the notifications or point them to another IRC channel! notifications: irc: channels: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c7bac6d63..9b3694835 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12540" + #define REVISION_NR "12541" #endif // __REVISION_NR_H__