mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
updated version numbers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.4.x@1413 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
38a8d12aad
commit
8ff11c3634
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
###################### PARAMETERS ####################
|
###################### PARAMETERS ####################
|
||||||
version="0.4.12"
|
version="0.4.13e"
|
||||||
arch=`dpkg --print-architecture`
|
arch=`dpkg --print-architecture`
|
||||||
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
||||||
######################################################
|
######################################################
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
; Define your application name
|
; Define your application name
|
||||||
!define APPNAME "RetroShare"
|
!define APPNAME "RetroShare"
|
||||||
!define VERSION "0.4.12c"
|
!define VERSION "0.4.13e"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
; Define your application name
|
; Define your application name
|
||||||
!define APPNAME "RetroShare"
|
!define APPNAME "RetroShare"
|
||||||
!define VERSION "0.4.13c"
|
!define VERSION "0.4.13e"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||||
|
|
||||||
; Main Install settings
|
; Main Install settings
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
//#define USE_SVN_VERSIONS 1
|
//#define USE_SVN_VERSIONS 1
|
||||||
|
|
||||||
#define VERSION "0.4.13c"
|
#define VERSION "0.4.13e"
|
||||||
|
|
||||||
#if USE_SVN_VERSIONS
|
#if USE_SVN_VERSIONS
|
||||||
#include "svn_revision.h"
|
#include "svn_revision.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue