Skip to content

Commit b357f67

Browse files
committed
Bump to v4.0.3beta
Signed-off-by: Rob White <rob@blue-wave.net>
1 parent 0600a32 commit b357f67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '4.0.2'
63+
version = '4.0.3beta'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '4.0.2'
65+
release = '4.0.3beta'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

openwrt/nodogsplash/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=nodogsplash
99
PKG_FIXUP:=autoreconf
10-
PKG_VERSION:=4.0.2
10+
PKG_VERSION:=4.0.3beta
1111
PKG_RELEASE:=1
1212

1313
PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)?

src/conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#ifndef _CONF_H_
3030
#define _CONF_H_
3131

32-
#define VERSION "4.0.2"
32+
#define VERSION "4.0.3beta"
3333

3434
/*@{*/
3535
/** Defines */

0 commit comments

Comments
 (0)