Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Sep 27, 2015
1 parent 3e7e4cd commit 6a55c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.8.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 All @@ -13,7 +13,7 @@ AM_MAINTAINER_MODE([disable])
# releasetools/buildnest
SLI_MAJOR=2
SLI_MINOR=8
SLI_PATCHLEVEL=0-git
SLI_PATCHLEVEL=0

SLI_PRGNAME="nest-$SLI_MAJOR.$SLI_MINOR.$SLI_PATCHLEVEL"
SLI_VERSION=$SLI_MAJOR.$SLI_MINOR.$SLI_PATCHLEVEL
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.8.0"

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

0 comments on commit 6a55c61

Please sign in to comment.