Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 390dbc1

Browse files
author
Devin Torres
committed
Release 1.0.0
1 parent 2c95da1 commit 390dbc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/markdown.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
extern "C" {
1111
#endif
1212

13-
#define HOEDOWN_VERSION "0.0.1"
14-
#define HOEDOWN_VERSION_MAJOR 0
13+
#define HOEDOWN_VERSION "1.0.0"
14+
#define HOEDOWN_VERSION_MAJOR 1
1515
#define HOEDOWN_VERSION_MINOR 0
16-
#define HOEDOWN_VERSION_REVISION 1
16+
#define HOEDOWN_VERSION_REVISION 0
1717

1818
/********************
1919
* TYPE DEFINITIONS *

0 commit comments

Comments
 (0)