Skip to content

Commit

Permalink
0.8.0: RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
haxworx committed Apr 29, 2020
1 parent 876101c commit 4cf0d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/edi_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
((EDI_CONFIG_FILE_EPOCH << 16) | EDI_CONFIG_FILE_GENERATION)

# define EDI_PROJECT_CONFIG_FILE_EPOCH 0x0002
# define EDI_PROJECT_CONFIG_FILE_GENERATION 0x0005
# define EDI_PROJECT_CONFIG_FILE_GENERATION 0x0006
# define EDI_PROJECT_CONFIG_FILE_VERSION \
((EDI_PROJECT_CONFIG_FILE_EPOCH << 16) | EDI_PROJECT_CONFIG_FILE_GENERATION)

Expand Down

0 comments on commit 4cf0d7c

Please sign in to comment.