Skip to content

Commit

Permalink
maint: bumped version string to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Feb 28, 2017
1 parent 2c421c9 commit 5f490a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ _SMEKA_project = 1

# Step this version upon new versions
PROJECT_MAJOR = 0
PROJECT_MINOR = 4
PROJECT_MICRO = 2
PROJECT_MINOR = 5
PROJECT_MICRO = 0
PROJECT_VERSION = $(PROJECT_MAJOR).$(PROJECT_MINOR).$(PROJECT_MICRO)

# These are constant default
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ To link fdict to your program the following can be used in a `Makefile`
FDICT_LIBS = -L$(FDICT_PATH) -lfdict
FDICT_INC = -I$(FDICT_PATH)


#### Controlling interface parameters ####

__Typically not needed__: allows for customization of different interfaces.
Expand Down

0 comments on commit 5f490a2

Please sign in to comment.