Skip to content

Commit

Permalink
Update stubby release & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Dec 20, 2019
1 parent 56c83b7 commit a6a2695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ set(PACKAGE_VERSION "1.6.0")
set(PACKAGE_BUGREPORT "[email protected]")
set(PACKAGE_URL "https://getdnsapi.net")

set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}")

# Dont forget to put a dash in front of the release candidate!!!
# That is how it is done with semantic versioning!
set(RELEASE_CANDIDATE "-beta.1")

set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")

set(GETDNS_VERSION "${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
set(GETDNS_NUMERIC_VERSION 0x0105ffc1)
set(API_VERSION "December 2015")
Expand Down
2 changes: 1 addition & 1 deletion stubby
Submodule stubby updated 2 files
+4 −3 CMakeLists.txt
+3 −0 ChangeLog

0 comments on commit a6a2695

Please sign in to comment.