Skip to content

Commit

Permalink
minor version++
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 25, 2018
1 parent dc54109 commit a12d101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OgreMain/include/OgrePrerequisites.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace Ogre {
// Define ogre version
#define OGRE_VERSION_MAJOR 1
#define OGRE_VERSION_MINOR 11
#define OGRE_VERSION_PATCH 3
#define OGRE_VERSION_PATCH 4
#define OGRE_VERSION_SUFFIX ""
#define OGRE_VERSION_NAME "Rhagorthua"

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ branches:
- stable
artifacts:
- path: build/sdk
name: ogre-sdk-1.11.3-vc15-x64
name: ogre-sdk-master-vc15-x64
deploy:
- provider: BinTray
username: paroj
Expand All @@ -29,7 +29,7 @@ deploy:
package: ogre-sdk-vc15-x64
publish: true
override: true
version: 1.11.3
version: master
on:
branch: master
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"

0 comments on commit a12d101

Please sign in to comment.