Changeset 897fdb260c6eb0908797ac1c131d826740b4a785
- Timestamp:
- 03/07/08 00:32:33
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1204846353 +0100
- git-parent:
[df9e47491f515d940d5cb2e5e035c210b81c2a3a]
- git-author:
- Rafaël Carré <funman@videolan.org> 1204846353 +0100
- Message:
We're not using subversion anymore
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r74e8b02 |
r897fdb2 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | 2 | |
|---|
| 3 | | AC_INIT(vlc,0.9.0-svn) |
|---|
| | 3 | AC_INIT(vlc,0.9.0-git) |
|---|
| 4 | 4 | VERSION_MAJOR="0" |
|---|
| 5 | 5 | VERSION_MINOR="9" |
|---|
| 6 | 6 | VERSION_REVISION="0" |
|---|
| 7 | | VERSION_EXTRA="svn" |
|---|
| | 7 | VERSION_EXTRA="git" |
|---|
| 8 | 8 | |
|---|
| 9 | 9 | CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" |
|---|