Skip to content

Commit ba8d573

Browse files
[AUTOPR] Automatic updates (#51)
* Update version and Makefile menu formatting * Update gradle --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent 5a94bf3 commit ba8d573

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.16
1+
1.6.17

c/Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ help:
6161
@echo "$(PROJECT) C Makefile."
6262
@echo "The following commands are available:"
6363
@echo ""
64-
@echo " make build : Build the library"
65-
@echo " make clean : Remove any build artifact"
66-
@echo " make deb : Build a DEB package"
67-
@echo " make doc : Generate source code documentation"
68-
@echo " make format : Format the source code"
69-
@echo " make install : Install the library"
70-
@echo " make rpm : Build an RPM package"
71-
@echo " make test : Run the unit tests"
72-
@echo " make tidy : Check the code using clang-tidy"
73-
@echo " make uninstall : Uninstall the library"
74-
@echo " make version : Set version from VERSION file"
64+
@echo " make build : Build the library"
65+
@echo " make clean : Remove any build artifact"
66+
@echo " make deb : Build a DEB package"
67+
@echo " make doc : Generate source code documentation"
68+
@echo " make format : Format the source code"
69+
@echo " make install : Install the library"
70+
@echo " make rpm : Build an RPM package"
71+
@echo " make test : Run the unit tests"
72+
@echo " make tidy : Check the code using clang-tidy"
73+
@echo " make uninstall : Uninstall the library"
74+
@echo " make version : Set version from VERSION file"
7575
@echo ""
7676

7777
.PHONY: all

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.16
35+
PROJECT_NUMBER = 1.6.17
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

cgo/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ help:
7272
@echo "GOPATH=$(GOPATH)"
7373
@echo "The following commands are available:"
7474
@echo ""
75-
@echo " make clean : Remove any build artifact"
76-
@echo " make coverage : Generate the coverage report"
77-
@echo " make deps : Get dependencies"
78-
@echo " make format : Format the source code"
79-
@echo " make linter : Check code against multiple linters"
80-
@echo " make mod : Download dependencies"
81-
@echo " make qa : Run all tests and static analysis tools"
82-
@echo " make test : Run unit tests"
75+
@echo " make clean : Remove any build artifact"
76+
@echo " make coverage : Generate the coverage report"
77+
@echo " make deps : Get dependencies"
78+
@echo " make format : Format the source code"
79+
@echo " make linter : Check code against multiple linters"
80+
@echo " make mod : Download dependencies"
81+
@echo " make qa : Run all tests and static analysis tools"
82+
@echo " make test : Run unit tests"
8383
@echo ""
8484
@echo "Use DEVMODE=LOCAL for human friendly output."
8585
@echo ""

go/Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ help:
7272
@echo "GOPATH=$(GOPATH)"
7373
@echo "The following commands are available:"
7474
@echo ""
75-
@echo " make clean : Remove any build artifact"
76-
@echo " make coverage : Generate the coverage report"
77-
@echo " make deps : Get dependencies"
78-
@echo " make format : Format the source code"
79-
@echo " make linter : Check code against multiple linters"
80-
@echo " make mod : Download dependencies"
81-
@echo " make modupdate : Update dependencies"
82-
@echo " make qa : Run all tests and static analysis tools"
83-
@echo " make test : Run unit tests"
75+
@echo " make clean : Remove any build artifact"
76+
@echo " make coverage : Generate the coverage report"
77+
@echo " make deps : Get dependencies"
78+
@echo " make format : Format the source code"
79+
@echo " make linter : Check code against multiple linters"
80+
@echo " make mod : Download dependencies"
81+
@echo " make modupdate : Update dependencies"
82+
@echo " make qa : Run all tests and static analysis tools"
83+
@echo " make test : Run unit tests"
8484
@echo ""
8585
@echo "Use DEVMODE=LOCAL for human friendly output."
8686
@echo ""

java/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ help:
1717
@echo "$(PROJECT) Java Makefile."
1818
@echo "The following commands are available:"
1919
@echo ""
20-
@echo " make build : Build the library"
21-
@echo " make clean : Remove any build artifact"
22-
@echo " make test : Run the unit tests against source code"
23-
@echo " make updategradle : Update gradle wrapper to the latest version"
20+
@echo " make build : Build the library"
21+
@echo " make clean : Remove any build artifact"
22+
@echo " make test : Run the unit tests against source code"
23+
@echo " make updategradle : Update gradle wrapper to the latest version"
2424
@echo ""
2525

2626
all: clean build test

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

javascript/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ help:
1818
@echo "Requires: node-js and uglify-js."
1919
@echo "The following commands are available:"
2020
@echo ""
21-
@echo " make build : Build and test a minified version of the library"
22-
@echo " make clean : Remove any build artifact"
23-
@echo " make format : Format the source code"
24-
@echo " make test : Run the unit tests against source code"
21+
@echo " make build : Build and test a minified version of the library"
22+
@echo " make clean : Remove any build artifact"
23+
@echo " make format : Format the source code"
24+
@echo " make test : Run the unit tests against source code"
2525
@echo ""
2626

2727
all: clean format test build

python/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ help:
2828
@echo "${PROJECT} Python Makefile."
2929
@echo "The following commands are available:"
3030
@echo ""
31-
@echo " make build : Build the library"
32-
@echo " make clean : Remove any build artifact"
33-
@echo " make doc : Generate documentation"
34-
@echo " make format : Format the source code"
35-
@echo " make test : Test the library"
36-
@echo " make venv : Create a virtual environment"
37-
@echo " make version : Set the version from VERSION file"
31+
@echo " make build : Build the library"
32+
@echo " make clean : Remove any build artifact"
33+
@echo " make doc : Generate documentation"
34+
@echo " make format : Format the source code"
35+
@echo " make test : Test the library"
36+
@echo " make venv : Create a virtual environment"
37+
@echo " make version : Set the version from VERSION file"
3838
@echo ""
3939

4040
all: clean venv build test

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="numkey",
33-
version="1.6.16.1",
33+
version="1.6.17.1",
3434
keywords=("numkey E.164 shortcode lvn did encoding"),
3535
description="NumKey Bindings for Python",
3636
long_description=read("../README.md"),

0 commit comments

Comments
 (0)