mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bump local version number to 1.3.4.
This commit is contained in:
parent
f48b807fc0
commit
6f6da2f326
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
#define NWFS_VERMAJ 1
|
||||
#define NWFS_VERMIN 3300
|
||||
#define NWFS_VERMIN 3400
|
||||
#define NWFS_VERSION (NWFS_VERMAJ*100000 + NWFS_VERMIN)
|
||||
|
||||
/* Values for flags */
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
#define NWFS_VERMAJ 1
|
||||
#define NWFS_VERMIN 3300
|
||||
#define NWFS_VERMIN 3400
|
||||
#define NWFS_VERSION (NWFS_VERMAJ*100000 + NWFS_VERMIN)
|
||||
|
||||
/* Values for flags */
|
||||
|
|
|
|||
Loading…
Reference in a new issue