Csound Csound-dev Csound-tekno Search About

[Cs-dev] version.h is wrong

Date2006-11-10 08:16
FromAnthony Kozar
Subject[Cs-dev] version.h is wrong
I just finished building and packaging everything and ran my customary "last
check" of launching Csound and discovered that it prints the wrong version
number!

version.h, revision 1.22 (tagged 5.04) has this:


/* Define to the full name and version of this package. */
#define CS_PACKAGE_STRING   "Csound 5.03.1"

/* Define to the one symbol short name of this package. */
#define CS_PACKAGE_TARNAME  "csound"

/* Define to the version of this package. */
#define CS_PACKAGE_VERSION  "5.03.1"
#define CS_VERSION          (5)
#define CS_SUBVER           (4)
#define CS_PATCHLEVEL       (0)

#define CS_APIVERSION       1   /* should be increased anytime a new version
                                   contains changes that an older host will
                                   not be able to handle -- most likely this
                                   will be a change to an API function or
                                   the CSOUND struct */
#define CS_APISUBVER        2   /* for minor changes that will still allow
                                   compatiblity with older hosts */



Obviously, the strings should be "Csound 5.04.0" and "5.04.0".  Also,
CS_APISUBVER needs to be incremented to 3.


*sigh*  Everything has to be rebuilt and repackaged and it is 3:00am here,
so I will have to finish tomorrow.  I will add my packages to Sourceforge
when I am done ... don't wait for me if you are ready to go before then.

Anthony


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-11-10 09:12
Fromjpff
SubjectRe: [Cs-dev] version.h is wrong
Oh ****; I have also discovered a nasty incompatibility between SuSE
and Debian on the type of the function inet_atoa

I am rebuilding the Linux variants and source tar; looks like we will
be delayed until noonish East coast time.  And the Windows build will
be delayed until Tuesday.

==John ffitch

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-11-10 10:01
FromVictor Lazzarini
SubjectRe: [Cs-dev] version.h is wrong
Do I need to re-build the OSX binaries?

Victor

At 08:16 10/11/2006, you wrote:
>I just finished building and packaging everything and ran my customary "last
>check" of launching Csound and discovered that it prints the wrong version
>number!
>
>version.h, revision 1.22 (tagged 5.04) has this:
>
>
>/* Define to the full name and version of this package. */
>#define CS_PACKAGE_STRING   "Csound 5.03.1"
>
>/* Define to the one symbol short name of this package. */
>#define CS_PACKAGE_TARNAME  "csound"
>
>/* Define to the version of this package. */
>#define CS_PACKAGE_VERSION  "5.03.1"
>#define CS_VERSION          (5)
>#define CS_SUBVER           (4)
>#define CS_PATCHLEVEL       (0)
>
>#define CS_APIVERSION       1   /* should be increased anytime a new version
>                                    contains changes that an older host will
>                                    not be able to handle -- most likely this
>                                    will be a change to an API function or
>                                    the CSOUND struct */
>#define CS_APISUBVER        2   /* for minor changes that will still allow
>                                    compatiblity with older hosts */
>
>
>
>Obviously, the strings should be "Csound 5.04.0" and "5.04.0".  Also,
>CS_APISUBVER needs to be incremented to 3.
>
>
>*sigh*  Everything has to be rebuilt and repackaged and it is 3:00am here,
>so I will have to finish tomorrow.  I will add my packages to Sourceforge
>when I am done ... don't wait for me if you are ready to go before then.
>
>Anthony
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net