Skip to content

Commit

Permalink
Merge pull request #362 from nodogsplash/3.3.3-beta
Browse files Browse the repository at this point in the history
Bump to version 3.3.3-beta
  • Loading branch information
bluewavenet committed Apr 23, 2019
2 parents 5301a5d + ae24cc7 commit 084bf4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 = '3.3.2'
version = '3.3.3-beta'
# The full version, including alpha/beta/rc tags.
release = '3.3.2'
release = '3.3.3-beta'

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

PKG_NAME:=nodogsplash
PKG_FIXUP:=autoreconf
PKG_VERSION:=3.3.1
PKG_RELEASE:=1
PKG_VERSION:=3.3.3
PKG_RELEASE:=1-beta

PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz
Expand All @@ -26,7 +26,7 @@ define Package/nodogsplash
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl
TITLE:=Open public network gateway daemon
URL:=https://github.com/nodogsplash/nodogsplash
CONFLICTS:=nodogsplash2
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 "3.3.2"
#define VERSION "3.3.3-beta"

/*@{*/
/** Defines */
Expand Down

0 comments on commit 084bf4d

Please sign in to comment.