diff options
author | Paul Phillips <paulp@improving.org> | 2016-03-17 11:10:27 -0700 |
---|---|---|
committer | Paul Phillips <paulp@improving.org> | 2016-03-17 11:10:28 -0700 |
commit | 28d5bce6785330129920b1722008cde9ff8861d0 (patch) | |
tree | eccf66b573bc93243545522f870bcceb949671dd /src | |
parent | c6d16e773c7dab609a39386d06ca8178aae1631f (diff) | |
download | unison-28d5bce6785330129920b1722008cde9ff8861d0.zip unison-28d5bce6785330129920b1722008cde9ff8861d0.tar.gz unison-28d5bce6785330129920b1722008cde9ff8861d0.tar.bz2 |
Recover Makefile.ProjectInfo.
It wasn't added to the repository since it was in .gitignore.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.ProjectInfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.ProjectInfo b/src/Makefile.ProjectInfo new file mode 100644 index 0000000..14c4772 --- /dev/null +++ b/src/Makefile.ProjectInfo @@ -0,0 +1,3 @@ +MAJORVERSION=2.49 +VERSION=2.49.543 +NAME=unison |