Skip to content

Commit

Permalink
Bump-up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-misik committed May 23, 2020
1 parent 629aa65 commit cdd9ab0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<folderInfo id="cdt.managedbuild.toolchain.gnu.mingw.base.554458390.193328971" name="/" resourcePath="">
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base.300690852" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.base">
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.PE64" id="cdt.managedbuild.target.gnu.platform.mingw.base.1341493123" name="Debug Platform" osList="win32" superClass="cdt.managedbuild.target.gnu.platform.mingw.base"/>
<builder id="cdt.managedbuild.builder.gnu.cross.1038572407" incrementalBuildTarget="all DBG=y" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/>
<builder autoBuildTarget="all" cleanBuildTarget="mostlyclean" enableAutoBuild="false" enableCleanBuild="true" enabledIncrementalBuild="true" id="cdt.managedbuild.builder.gnu.cross.1038572407" incrementalBuildTarget="all DBG=y" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" parallelBuildOn="false" superClass="cdt.managedbuild.builder.gnu.cross"/>
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.base.509198052" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.base">
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1683234798" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
</tool>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LDLIBS = -lcomctl32 -luser32 -lkernel32 -lgdi32 -luxtheme \
# Resource dependency
RES_DEP_FILES = $(addprefix res/,$(RES_DEP))
# Number to subtract from the last git commits count
LAST_COMMIT = 49
LAST_COMMIT = 57

################################################################################
# Git versions
Expand Down
4 changes: 2 additions & 2 deletions defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

/* Project version*/
#define PROJECT_VER_1 2
#define PROJECT_VER_2 0
#define PROJECT_VER_3 2
#define PROJECT_VER_2 1
#define PROJECT_VER_3 0
#ifdef PROJECT_COMMITS
#define PROJECT_VER_4 PROJECT_COMMITS
#else
Expand Down

0 comments on commit cdd9ab0

Please sign in to comment.