summaryrefslogtreecommitdiff
path: root/make-version.pl
AgeCommit message (Collapse)AuthorFilesLines
2011-11-081.7.0 → 1.7.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=39769
2011-11-08Build 1.7.0.Gerald Combs1-17/+17
svn path=/trunk/; revision=39768
2011-09-08Revert rev 38340 (which was itself a reversion of 34807): if we can't find theJeff Morriss1-6/+10
SVN version, indicate that the SVN version is unknown. This puts back the fix for bug 1413. Add a new version.conf option for make-version which tell is "this is a build from a release tarball." When that option is present do not try to use SVN to determine the SVN version, just use whatever SVN information shipped in the tarball. If version.conf is present in the source tree (as it is only in the release branches), deliver it in the source tarball but only after setting the "this is a release tarball" option. All of this means that that builds from release-branch tarballs will report the SVN version of the release tarball rather than "unknown." This addresses the issue reported in http://ask.wireshark.org/questions/5376/wireshark-161-title-shows-svn-rev-unknown-from-unknown Builds from trunk (including the source tarballs) will continue to report that the SVN version is unknown. (Maybe that, too, should be changed?) svn path=/trunk/; revision=38933
2011-09-03Fetch svn revision using git-svn also when building out-of-tree.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38875
2011-08-04Don't report svn version if not building from svn. Change prompted by ↵Chris Maynard1-2/+3
http://ask.wireshark.org/questions/5376/wireshark-161-title-shows-svn-rev-unknown-from-unknown. svn path=/trunk/; revision=38340
2011-07-04Fetch svn revision also when checked out with git-svn.Stig Bjørlykke1-1/+8
svn path=/trunk/; revision=37895
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs1-4/+4
svn path=/trunk/; revision=36540
2011-04-10Build 1.5.1. Temporarily disable the Babel dissector.Gerald Combs1-4/+4
svn path=/trunk/; revision=36537
2011-01-241.5.0 → 1.5.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=35639
2011-01-24Build 1.5.0.Gerald Combs1-4/+4
svn path=/trunk/; revision=35637
2010-11-08If svn not found, print "Unknown" revision message.Chris Maynard1-2/+2
svn path=/trunk/; revision=34807
2010-05-051.3.5 -> 1.3.6.Gerald Combs1-4/+4
svn path=/trunk/; revision=32667
2010-05-04Build 1.3.5.Gerald Combs1-4/+4
svn path=/trunk/; revision=32666
2010-03-311.3.4 -> 1.3.5.Gerald Combs1-4/+4
svn path=/trunk/; revision=32345
2010-03-31Build 1.3.4.Gerald Combs1-4/+4
svn path=/trunk/; revision=32340
2010-02-111.3.3 -> 1.3.4.Gerald Combs1-4/+4
svn path=/trunk/; revision=31865
2010-02-10Build 1.3.3.Gerald Combs1-4/+4
svn path=/trunk/; revision=31860
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke1-0/+1
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. svn path=/trunk/; revision=31525
2010-01-06Compare both lines in svnversion.h when checking for update needed.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=31454
2009-11-24Switch back to normal versioning. Bump the version to 1.3.3.Gerald Combs1-4/+4
svn path=/trunk/; revision=31064
2009-11-24Build 1.3.2.Gerald Combs1-4/+4
svn path=/trunk/; revision=31063
2009-10-27Switch back to normal versioning.Gerald Combs1-4/+4
svn path=/trunk/; revision=30733
2009-10-27Build 1.3.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=30724
2009-09-15Switch back to normal versioning.Gerald Combs1-4/+4
svn path=/trunk/; revision=29923
2009-09-14Build 1.3.0.Gerald Combs1-4/+4
svn path=/trunk/; revision=29912
2009-08-04Don't exit with an error if we can't find the svn executable.Gerald Combs1-14/+14
svn path=/trunk/; revision=29288
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-45/+68
well. Add the repository path to the version strings. svn path=/trunk/; revision=29171
2009-03-20Switch back to 1.1.4.Gerald Combs1-4/+4
svn path=/trunk/; revision=27810
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs1-4/+4
svn path=/trunk/; revision=27807
2009-03-18Move to 1.1.4.Gerald Combs1-4/+4
svn path=/trunk/; revision=27767
2009-03-17Build 1.1.3.Gerald Combs1-4/+4
svn path=/trunk/; revision=27765
2009-01-16Change the version to 1.1.3. SVN-stamp the version again.Gerald Combs1-4/+4
svn path=/trunk/; revision=27252
2009-01-15Build 1.1.2.Gerald Combs1-4/+4
svn path=/trunk/; revision=27235
2008-12-24Clear up the code.Jaap Keuter1-27/+27
svn path=/trunk/; revision=27111
2008-10-09Switch back to 1.1.2.Gerald Combs1-4/+6
svn path=/trunk/; revision=26392
2008-10-07Try for another 1.1.1 development release.Gerald Combs1-2/+6
svn path=/trunk/; revision=26374
2008-09-24Switch back to normal versioning. Bump the development version to 1.1.2.Gerald Combs1-4/+2
svn path=/trunk/; revision=26259
2008-09-23Build 1.1.1.Gerald Combs1-2/+4
svn path=/trunk/; revision=26256
2008-09-09Make SVN-stamped versions the default again.Gerald Combs1-4/+2
svn path=/trunk/; revision=26171
2008-09-09Fix U3 packaging. Build 1.1.0 again in order to pick up the new GLib/GTK+Gerald Combs1-2/+4
libraries. svn path=/trunk/; revision=26168
2008-09-04Make SVN-stamped versions the default again.Gerald Combs1-4/+2
svn path=/trunk/; revision=26137
2008-09-04Move the trunk to 1.1.0. Temporarily build a non-SVN-stamped package, soGerald Combs1-2/+4
that we can build 1.1.0 packages. svn path=/trunk/; revision=26136
2008-06-24Fix a logic problem.Gerald Combs1-1/+1
svn path=/trunk/; revision=25592
2008-06-23Copy over r25535 from /trunk-1.0: When we're run with -p, setGerald Combs1-2/+3
VERSION_BUILD no matter what. svn path=/trunk/; revision=25552
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us haveGerald Combs1-4/+4
paths longer than 99 characters. svn path=/trunk/; revision=25232
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-0/+3
instead of "0". svn path=/trunk/; revision=24376
2007-12-04Next try.Jörg Mayer1-1/+1
svn path=/trunk/; revision=23749
2007-12-04Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1413Jörg Mayer1-1/+5
Print "SVN Rev unknown" in case the svn command was not found. svn path=/trunk/; revision=23739
2007-08-22Handle case of source-dir != build-dir; 2 other minor bug fixes Bill Meier1-13/+15
svn path=/trunk/; revision=22590
2007-01-19Set our package version even if we're using the SVN client.Gerald Combs1-26/+31
svn path=/trunk/; revision=20500