File: VERSION

package info (click to toggle)
fracplanet 0.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 752 kB
  • sloc: cpp: 6,473; sh: 106; makefile: 62
file content (11 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Script to echo the current version number.
# THIS IS THE ONLY PLACE A VERSION NUMBER SHOULD BE SPECIFIED

# NB If you edit this, you will need to "make distclean" and then rebuild (./BUILD) as there is no dependency checking

# Avoid '-' or '_' in the version as it confuses mkdeb.
# Use dev or wip qualifier while working to a release.

echo "0.5.1"