I have experienced this also. After you do your first make, it creates a .version file Which does'nt get cleaned buy "make clean", so just "rm .version" And recompile and asterisk will show a new version.
Kevin, -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philipp von Klitzing Sent: Friday, October 24, 2003 12:29 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] CVS update Hi! > > tonight I attempted to upgrade my CVS. In the asterisk directory I > > ran > > the make clean, executed the CVS update -d, and after all the files > > completed ran make upgrade. My problem is that when I pull up the CLI the > > cvs version that is showing is the same date as my initial install. Does > > this mean that the upgrade did not go correctly? Same question: Does only the version number not get incremented, or do I have indeed inside what the label outside say (i.e. an old *)? > In my /usr/src/asterisk dir, all I do is: > make upgrade > --> it connects to CVS and shows me all the new files it downloaded > make clean ; make install Ok, that does the trick and gives me a new version number (CVS date). If instead I just do - cd .../asterisk - make clean - cvs update - make install then it won't work. By the way, "make upgrade" (or is it "make update"?) only works for asterisk, not for zaptel or libri. ;-> Greetings, Philipp _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
