From 2b0b9f12d23e618b457a3aae9a814a3ff427a38b Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Sat, 16 Nov 2013 17:31:45 +0200 Subject: [PATCH] [12716] Fixed typo for last commit --- .travis.yml | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c980da31..ff71582cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ 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/stormlib/ + - cd dep/StormLib/ - ./autogen.sh - ./configure && make - cd contrib/extractor/ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c33a3e8b5..3781d1700 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 "12715" + #define REVISION_NR "12716" #endif // __REVISION_NR_H__