Skip to content

Commit

Permalink
Merge pull request #345 from nodogsplash/3.3.1-beta
Browse files Browse the repository at this point in the history
3.3.1 beta
  • Loading branch information
bluewavenet committed Mar 25, 2019
2 parents b5e88b5 + 4183881 commit 93732bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.0'
version = '3.3.1-beta'
# The full version, including alpha/beta/rc tags.
release = '3.3.0'
release = '3.3.1-beta'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 4 additions & 0 deletions openwrt/nodogsplash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ define Package/nodogsplash/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ndsctl $(1)/usr/bin/

$(INSTALL_DIR) $(1)/etc/nodogsplash/htdocs/images
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DIR) $(1)/usr/lib/nodogsplash
$(CP) $(PKG_BUILD_DIR)/resources/splash.html $(1)/etc/nodogsplash/htdocs/
$(CP) $(PKG_BUILD_DIR)/resources/splash.css $(1)/etc/nodogsplash/htdocs/
$(CP) $(PKG_BUILD_DIR)/resources/status.html $(1)/etc/nodogsplash/htdocs/
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.0"
#define VERSION "3.3.1-beta"

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

0 comments on commit 93732bc

Please sign in to comment.