Check-in [0e2fe581cf]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Bump version number
Timelines: family | ancestors | descendants | both | trunk | 0.1.6-20160616
Files: files | file ages | folders
SHA1: 0e2fe581cff7fe06e499d6c41874d1ff0055a525
User & Date: bernd 2016-06-16 16:33:35.725
Context
2016-06-16
16:49
net2o-msg.fs fixed check-in: 22b77ced7e user: bernd tags: trunk
16:33
Bump version number check-in: 0e2fe581cf user: bernd tags: trunk, 0.1.6-20160616
14:23
Add diff/patch commands to show delta operation check-in: db02f71016 user: bernd tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to configure.ac.
11
12
13
14
15
16
17
18

19
20
21
22
23
24
25
11
12
13
14
15
16
17

18
19
20
21
22
23
24
25







-
+







# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

AC_INIT([net2o], [0.1.6-20160608], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_INIT([net2o], [0.1.6-20160616], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_PREREQ(2.54)

AC_MSG_CHECKING([for gforth])

GFX=""

case "$CC"
Changes to do.
1
2
3
4
5

6
7
8
9
10
11
12
1
2
3
4

5
6
7
8
9
10
11
12




-
+







#!/bin/bash

echo "This script builds net2o from scratch"

GFORTH=gforth-0.7.9_20160602
GFORTH=gforth-0.7.9_20160616

if [ "$(uname -o)" = "Cygwin" ]
then
    CONFOPT="--prefix=/usr $*"
else
    CONFOPT="$*"
fi