Page 1 of 1

GNU build version error?

Posted: Mon Dec 13, 2004 23:34
by makob
Hi, and first of all: Awesome work, CE!

And then, with the release of version 0.1.0, shouldn't the configure.ac template have it's version updated? :? I just downloaded the 0.1.0-tar.bz2 version which builds and everything, but in configure.ac it reads:

Code: Select all

AC_INIT([CEGUI], [0.01])
AM_INIT_AUTOMAKE([CEGUI], 0.01)


Shouldn't the "0.01" be "0.1.0" instead? ;)

We're doing some game-development on *nix-boxen (and, of course, utilizing cegui!) and it's quite nice to have autoconf and friends make sure everybody is up to date wrt. library versions. Adding that extra period would make much sense (and my life a bit easier) :lol:

Cheers,
Jakob

GNU build version error?

Posted: Tue Dec 14, 2004 00:46
by _mental_
Yeah your right. I'll update this.

GNU build version error?

Posted: Tue Dec 14, 2004 09:33
by CrazyEddie
:oops:

This is my fault; I really should have double-checked that before I compiled the packages for download.

CE.

GNU build version error?

Posted: Tue Dec 14, 2004 20:45
by _mental_
This has now been committed

GNU build version error?

Posted: Tue Dec 14, 2004 20:58
by makob
Excellent! Thanks a lot guys! ;)

Cheers,
Jakob