Skip to content

Commit

Permalink
-Updated verison.h to reflect new release
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Sep 22, 2019
1 parent 109d20b commit f9346e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef VERSION_H
#define VERSION_H

#define VER_FILEVERSION 0,1,0,0
#define VER_FILEVERSION_STR "0.1.0.0"
#define VER_FILEVERSION 0,1,1,0
#define VER_FILEVERSION_STR "0.1.1.0"

#define VER_PRODUCTVERSION 0,1,0,0
#define VER_PRODUCTVERSION_STR "0.1.0.0"
#define VER_PRODUCTVERSION 0,1,1,0
#define VER_PRODUCTVERSION_STR "0.1.1.0"

#define VER_COMPANYNAME_STR "Obby Apps"
#define VER_FILEDESCRIPTION_STR "BSCWorks (CoH:v14)"
Expand Down

0 comments on commit f9346e0

Please sign in to comment.