Skip to content

Commit

Permalink
Merge pull request #541 from nodogsplash/4.5.1beta
Browse files Browse the repository at this point in the history
Bump to v4.5.1beta
  • Loading branch information
bluewavenet committed Mar 3, 2020
2 parents 2546806 + 7b8d547 commit 4bd2f00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '4.5.0'
version = '4.5.1beta'
# The full version, including alpha/beta/rc tags.
release = '4.5.0'
release = '4.5.1beta'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion openwrt/nodogsplash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=nodogsplash
PKG_FIXUP:=autoreconf
PKG_VERSION:=4.5.0
PKG_VERSION:=4.5.1beta
PKG_RELEASE:=1

PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)?
Expand Down
2 changes: 1 addition & 1 deletion src/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#ifndef _CONF_H_
#define _CONF_H_

#define VERSION "4.5.0"
#define VERSION "4.5.1beta"

/*
* Defines how many times should we try detecting the interface with the default route (in seconds).
Expand Down

0 comments on commit 4bd2f00

Please sign in to comment.