mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 09:47:20 +01:00
19 lines
303 B
Bash
19 lines
303 B
Bash
#-*- mode: shell-script; tab-width: 4; -*-
|
|
|
|
FWB_MAJOR_VERSION=3
|
|
FWB_MINOR_VERSION=1
|
|
FWB_MICRO_VERSION=0
|
|
|
|
# VERSION must be a string rather than $var because of the build scripts
|
|
VERSION="3.1.0"
|
|
SHORTVERSION="310"
|
|
|
|
# RELEASE="1"
|
|
RELEASE="b@BUILD_NUM@"
|
|
|
|
BETA="no"
|
|
|
|
REQUIRED_LIBFWBUILDER_VERSION="3.1.0"
|
|
|
|
|