diff --git a/.travis.yml b/.travis.yml index 4d7e426ae..1c980da31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,10 @@ before_install: - sudo apt-get install -qq libbz2-dev libncurses5-dev libmysqlclient-dev libreadline-dev libsdl1.2-dev libssl-dev zlib1g-dev libace-dev script: - - cd dep/libmpq/ + - cd dep/stormlib/ - ./autogen.sh - ./configure && make - - cd ../../contrib/extractor/ + - cd contrib/extractor/ - test -d _build || mkdir _build - cd _build - cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug .. diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4bb32f897..c33a3e8b5 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 "12714" + #define REVISION_NR "12715" #endif // __REVISION_NR_H__