aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Copy over updates from the 1.6 branch.Gerald Combs1-0/+68
svn path=/trunk/; revision=40437
2011-11-18Try to preserve native line endings when we rewrite files.Gerald Combs1-14/+14
svn path=/trunk/; revision=39938
2011-11-18Use the source directory argument.Gerald Combs1-5/+5
svn path=/trunk/; revision=39926
2011-11-18Maybe it's not a good idea to modify configure.in or config.nmake duringGerald Combs1-6/+16
compilation. Add a "--set-svn" option which only affects svnversion.h and make it the default behavior. svn path=/trunk/; revision=39923
2011-11-18Don't clobber release information in configure.in.Gerald Combs1-1/+1
svn path=/trunk/; revision=39921
2011-11-17Update some comments.Gerald Combs1-9/+8
svn path=/trunk/; revision=39913
2011-11-17Make sure we terminate WiresharkCurrentVersion so we won't have toGerald Combs1-1/+1
reapply r39907. svn path=/trunk/; revision=39908
2011-11-17Don't clobber release information for now.Gerald Combs1-4/+0
svn path=/trunk/; revision=39893
2011-11-17Create/update svnversion.h unless we're only running with --get-*.Gerald Combs1-3/+3
svn path=/trunk/; revision=39892
2011-11-17Add an SVN_REVISION variable to config.nmake. This can be used toGerald Combs1-68/+216
retrieve our SVN revision in releases. Use make-version.pl to set all version information. Be more explicit about the tasks it performs: - Fetching the SVN revision which corresponds to our code. The revision can be fetched via "svn info", "git svn info", SubWCRev", config.nmake, or by prodding .svn. - Setting the version numbers (the "major.minor.micro" triplet). - Setting the release information (revision/build number, local build identifier) Remove the "is_release" configuration option and dist-hook target. When run with a "--set-*" option or no options make sure we leave a valid svnversion.h behind. svn path=/trunk/; revision=39891
2011-11-15From Michael Mann:Anders Broman1-1/+18
Make it possible to use TortoiseSVN's SubWCRev.exe to update svnversion.h https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5441 svn path=/trunk/; revision=39842
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