Skip to content

Commit

Permalink
Make versioning easier and tag 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzvetkoff committed Dec 11, 2023
1 parent 67c1ad5 commit 746f134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Define the package version numbers, bug reporting link, project homepage.
m4_define([SQIDS_VERSION_MAJOR], [0])
m4_define([SQIDS_VERSION_MINOR], [1])
m4_define([SQIDS_VERSION_PATCH], [0])
m4_define([SQIDS_VERSION_STRING], [SQIDS_VERSION_MAJOR.SQIDS_VERSION_MINOR.SQIDS_VERSION_PATCH])
m4_define([SQIDS_VERSION_STRING], [0.2.0])
m4_define([SQIDS_BUGREPORT_URL], [https://github.com/sqids/sqids-c/issues])
m4_define([SQIDS_PROJECT_URL], [https://github.com/sqids/sqids-c])

Expand Down
4 changes: 2 additions & 2 deletions src/sqids.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* {{{ version information */
/*****************************************************************************/

#define SQIDS_VERSION_STRING "0.1.0"
#define SQIDS_VERSION_STRING "0.2.0"
#define SQIDS_VERSION_MAJOR 0
#define SQIDS_VERSION_MINOR 1
#define SQIDS_VERSION_MINOR 2
#define SQIDS_VERSION_PATCH 0

/* }}} */
Expand Down

0 comments on commit 746f134

Please sign in to comment.