Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Dec 31, 2015
1 parent 72620b5 commit 10e238c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([nest], [git], [[email protected]])
AC_INIT([nest], [2.10.0], [[email protected]])

# Prevent automatic rebuilding of Makefile.ins and configure if their
# content or timestamp changes. Not doing this lead to failing builds
Expand Down
2 changes: 1 addition & 1 deletion extras/create_rcsinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# default value, if git is not installed or if the source directory is
# not under version control
version=""
version="v2.10.0"

# check if we can run the git command
if command -v git >/dev/null 2>&1; then
Expand Down

0 comments on commit 10e238c

Please sign in to comment.