Browse Source

lib/parse-config: determine the version through 'lib/version.sh' to set $sdever accordingly

user/amery/wip/manifest
Christian Wiese 15 years ago
parent
commit
470d3542bf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/parse-config

+ 2
- 2
lib/parse-config

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: lib/parse-config
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -19,7 +19,7 @@
# configuration file config/$config/config
#
# [BEGIN] of version section
sdever=trunk
sdever=$(lib/version.sh)
# [END] of version section
crossnative=native ; stagelevel=${stagelevel:-1} ; arch=any

Loading…
Cancel
Save